MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / warn

Method warn

packages/core/src/debug-log/index.ts:90–92  ·  view source on GitHub ↗

* Log a warning

(message: string, data?: unknown)

Source from the content-addressed store, hash-verified

88 * Log a warning
89 */
90 warn(message: string, data?: unknown): void {
91 debugLog(`[${this.component}] WARN: ${message}`, data)
92 }
93
94 /**
95 * Log an error

Callers

nothing calls this directly

Calls 1

debugLogFunction · 0.70

Tested by

no test coverage detected