MCPcopy Create free account
hub / github.com/CopilotKit/aimock / debug

Method debug

src/logger.ts:23–27  ·  view source on GitHub ↗
(...args: unknown[])

Source from the content-addressed store, hash-verified

21 }
22
23 debug(...args: unknown[]): void {
24 if (this.level >= LEVELS.debug) {
25 console.log("[aimock]", ...args);
26 }
27 }
28
29 warn(...args: unknown[]): void {
30 if (this.level >= LEVELS.warn) {

Callers 15

handleVideoCreateFunction · 0.80
handleOllamaFunction · 0.80
handleOllamaGenerateFunction · 0.80
handleOllamaEmbeddingsFunction · 0.80
handleConverseFunction · 0.80
handleConverseStreamFunction · 0.80
handleCohereFunction · 0.80
handleCohereEmbedFunction · 0.80
handleSpeechFunction · 0.80
handleTranscriptionFunction · 0.80
handleWebSocketRealtimeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected