Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
initTelemetry
Function · 0.45
Calls
1
push
Method · 0.80
Tested by
no test coverage detected