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

Function withTelemetryContext

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

Source from the content-addressed store, hash-verified

17}
18
19export function withTelemetryContext(patch: TelemetryContextIds): TelemetryClient {
20 return withContext(patch);
21}
22
23export function flushTelemetrySync(): void {
24 flushSync();

Callers 2

runPromptFunction · 0.50
trackLifecycleForSessionFunction · 0.50

Calls 1

withContextFunction · 0.90

Tested by

no test coverage detected