MCPcopy Create free account
hub / github.com/codeaashu/claude-code /

Class

src/utils/claudeInChrome/mcpServer.ts:277–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277class DebugLogger implements Logger {
278 silly(message: string, ...args: unknown[]): void {
279 logForDebugging(format(message, ...args), { level: 'debug' })
280 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected