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

Method withContext

packages/agent-core/src/telemetry.ts:11–11  ·  view source on GitHub ↗
(patch: TelemetryContextPatch)

Source from the content-addressed store, hash-verified

9export interface TelemetryClient {
10 track(event: string, properties?: TelemetryProperties): void;
11 withContext?(patch: TelemetryContextPatch): TelemetryClient;
12 setContext?(patch: TelemetryContextPatch): void;
13}
14

Callers 3

telemetry.test.tsFile · 0.65
withContextFunction · 0.65
withTelemetryContextFunction · 0.65

Implementers 2

TelemetryClientpackages/telemetry/src/client.ts
ScopedTelemetryClientpackages/telemetry/src/client.ts

Calls

no outgoing calls

Tested by

no test coverage detected