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

Method warn

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

Source from the content-addressed store, hash-verified

27 }
28
29 warn(...args: unknown[]): void {
30 if (this.level >= LEVELS.warn) {
31 console.warn("[aimock]", ...args);
32 }
33 }
34
35 error(...args: unknown[]): void {
36 if (this.level >= LEVELS.warn) {

Callers 15

startFromConfigFunction · 0.95
createServerFunction · 0.95
rewriteRecordPollBodyFunction · 0.45
processOneFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected