MCPcopy
hub / github.com/colbymchenry/codegraph / debug

Method debug

src/telemetry/index.ts:533–537  ·  view source on GitHub ↗
(msg: string)

Source from the content-addressed store, hash-verified

531 }
532
533 private debug(msg: string): void {
534 if (this.env.CODEGRAPH_TELEMETRY_DEBUG === '1') {
535 this.writeStderr(`[codegraph telemetry] ${msg}\n`);
536 }
537 }
538}
539
540// Process-wide singleton — app code goes through this; tests construct their own.

Callers 1

sendMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected