Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
handleOpenRouterVideoStatus
Function · 0.80
handleOpenRouterVideoContent
Function · 0.80
proxyError
Function · 0.80
proxyOpenRouterVideoRecordContent
Function · 0.80
handleOpenRouterVideoCreate
Function · 0.80
captureOpenRouterVideoRecordFixture
Function · 0.80
handleVideoCreate
Function · 0.80
handleOllama
Function · 0.80
handleOllamaGenerate
Function · 0.80
handleOllamaEmbeddings
Function · 0.80
handleConverse
Function · 0.80
handleConverseStream
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected