MCPcopy
hub / github.com/zgsm-ai/costrict / register

Method register

packages/telemetry/src/TelemetryService.ts:18–20  ·  view source on GitHub ↗
(client: TelemetryClient)

Source from the content-addressed store, hash-verified

16 constructor(private clients: TelemetryClient[]) {}
17
18 public register(client: TelemetryClient): void {
19 this.clients.push(client)
20 }
21
22 /**
23 * Sets the ClineProvider reference to use for global properties

Callers 1

initTelemetryFunction · 0.45

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected