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

Method error

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

Source from the content-addressed store, hash-verified

33 }
34
35 error(...args: unknown[]): void {
36 if (this.level >= LEVELS.warn) {
37 console.error("[aimock]", ...args);
38 }
39 }
40}

Callers 15

proxyErrorFunction · 0.80
handleVideoCreateFunction · 0.80
handleOllamaFunction · 0.80
handleOllamaGenerateFunction · 0.80
handleOllamaEmbeddingsFunction · 0.80
handleConverseFunction · 0.80
handleConverseStreamFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected