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

Method debug

src/utils/telemetry/logger.ts:20–22  ·  view source on GitHub ↗
(_message: string, ..._args: unknown[])

Source from the content-addressed store, hash-verified

18 return
19 }
20 debug(_message: string, ..._args: unknown[]) {
21 return
22 }
23 verbose(_message: string, ..._args: unknown[]) {
24 return
25 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected