MCPcopy Create free account
hub / github.com/freecodexyz/free-code / silly

Method silly

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

Source from the content-addressed store, hash-verified

11
12class DebugLogger implements Logger {
13 silly(message: string, ...args: unknown[]): void {
14 logForDebugging(format(message, ...args), { level: 'debug' })
15 }
16 debug(message: string, ...args: unknown[]): void {
17 logForDebugging(format(message, ...args), { level: 'debug' })
18 }

Callers

nothing calls this directly

Calls 1

logForDebuggingFunction · 0.85

Tested by

no test coverage detected