Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fosrl/pangolin
/ initTelemetryClient
Function
initTelemetryClient
server/lib/telemetry.ts:391–396 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
389
let
telemetryClient!: TelemetryClient;
390
391
export
function
initTelemetryClient() {
392
if
(!telemetryClient) {
393
telemetryClient =
new
TelemetryClient();
394
}
395
return
telemetryClient;
396
}
397
398
export
default telemetryClient;
Callers
1
startServers
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected