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

Method track

packages/node-sdk/src/kimi-harness.ts:84–86  ·  view source on GitHub ↗
(event: string, properties?: TelemetryProperties)

Source from the content-addressed store, hash-verified

82 }
83
84 track(event: string, properties?: TelemetryProperties): void {
85 this.telemetry.track(event, properties);
86 }
87
88 setTelemetryContext(patch: TelemetryContextPatch): void {
89 this.telemetry.setContext?.(patch);

Callers

nothing calls this directly

Calls 1

trackMethod · 0.65

Tested by

no test coverage detected