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

Method debug

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

* Log a debug message with optional data

(message: string, data?: unknown)

Source from the content-addressed store, hash-verified

74 * Log a debug message with optional data
75 */
76 debug(message: string, data?: unknown): void {
77 debugLog(`[${this.component}] ${message}`, data)
78 }
79
80 /**
81 * Alias for debug

Callers 1

infoMethod · 0.95

Calls 1

debugLogFunction · 0.70

Tested by

no test coverage detected