Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
541
let
singleton: Telemetry | null = null;
542
543
export
function
getTelemetry(): Telemetry {
544
if
(!singleton) singleton =
new
Telemetry();
545
return
singleton;
546
}
Callers
9
start
Method · 0.90
handleLocally
Function · 0.90
handleToolsCall
Method · 0.90
runInstallerWithOptions
Function · 0.90
runUninstaller
Function · 0.90
main
Function · 0.90
recordIndexTelemetry
Function · 0.90
telemetry.test.ts
File · 0.90
recordIndexEvent
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected