MCPcopy
hub / github.com/agent-infra/sandbox / error

Method error

sdk/js/src/core/logging/logger.ts:76–78  ·  view source on GitHub ↗
(message: string, ...args: unknown[])

Source from the content-addressed store, hash-verified

74 console.warn(message, ...args);
75 }
76 error(message: string, ...args: unknown[]): void {
77 console.error(message, ...args);
78 }
79}
80
81/**

Callers

nothing calls this directly

Calls 1

errorMethod · 0.65

Tested by

no test coverage detected