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

Function setTelemetryContext

packages/telemetry/src/index.ts:15–17  ·  view source on GitHub ↗
(patch: TelemetryContextIds)

Source from the content-addressed store, hash-verified

13}
14
15export function setTelemetryContext(patch: TelemetryContextIds): void {
16 setContext(patch);
17}
18
19export function withTelemetryContext(patch: TelemetryContextIds): TelemetryClient {
20 return withContext(patch);

Callers

nothing calls this directly

Calls 1

setContextFunction · 0.90

Tested by

no test coverage detected