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

Function getTelemetry

src/telemetry/index.ts:543–546  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

541let singleton: Telemetry | null = null;
542
543export function getTelemetry(): Telemetry {
544 if (!singleton) singleton = new Telemetry();
545 return singleton;
546}

Callers 9

startMethod · 0.90
handleLocallyFunction · 0.90
handleToolsCallMethod · 0.90
runInstallerWithOptionsFunction · 0.90
runUninstallerFunction · 0.90
mainFunction · 0.90
recordIndexTelemetryFunction · 0.90
telemetry.test.tsFile · 0.90
recordIndexEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected