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

Method track

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

Source from the content-addressed store, hash-verified

72 }
73
74 track(event: string, properties: TelemetryProperties = {}): void {
75 this.trackWithContext(event, properties, {});
76 }
77
78 trackWithContext(
79 event: string,

Callers

nothing calls this directly

Calls 1

trackWithContextMethod · 0.95

Tested by

no test coverage detected