MCPcopy
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

389let telemetryClient!: TelemetryClient;
390
391export function initTelemetryClient() {
392 if (!telemetryClient) {
393 telemetryClient = new TelemetryClient();
394 }
395 return telemetryClient;
396}
397
398export default telemetryClient;

Callers 1

startServersFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected