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

Method info

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

Source from the content-addressed store, hash-verified

15 })
16 }
17 info(_message: string, ..._args: unknown[]) {
18 return
19 }
20 debug(_message: string, ..._args: unknown[]) {
21 return
22 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected