MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / track

Function track

packages/telemetry/src/client.ts:221–223  ·  view source on GitHub ↗
(event: string, properties: TelemetryProperties = {})

Source from the content-addressed store, hash-verified

219}
220
221export function track(event: string, properties: TelemetryProperties = {}): void {
222 defaultClient.track(event, properties);
223}
224
225export function withContext(input: TelemetryContextIds): TelemetryClient {
226 return defaultClient.withContext(input);

Callers

nothing calls this directly

Calls 1

trackMethod · 0.65

Tested by

no test coverage detected