MCPcopy Create free account
hub / github.com/Noumena-Network/code / debug

Method debug

src/utils/computerUse/hostAdapter.ts:16–18  ·  view source on GitHub ↗
(message: string, ...args: unknown[])

Source from the content-addressed store, hash-verified

14 logForDebugging(format(message, ...args), { level: 'debug' })
15 }
16 debug(message: string, ...args: unknown[]): void {
17 logForDebugging(format(message, ...args), { level: 'debug' })
18 }
19 info(message: string, ...args: unknown[]): void {
20 logForDebugging(format(message, ...args), { level: 'info' })
21 }

Callers 9

handleDataMethod · 0.45
handleBridgeMessageMethod · 0.45
handleBridgeErrorMethod · 0.45
scheduleReconnectMethod · 0.45
connectMethod · 0.45
listToolsMethod · 0.45
callToolMethod · 0.45
forwardNotificationFunction · 0.45

Calls 1

logForDebuggingFunction · 0.50

Tested by

no test coverage detected