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

Function withContext

packages/telemetry/src/client.ts:225–227  ·  view source on GitHub ↗
(input: TelemetryContextIds)

Source from the content-addressed store, hash-verified

223}
224
225export function withContext(input: TelemetryContextIds): TelemetryClient {
226 return defaultClient.withContext(input);
227}
228
229export function getSink(): EventSink | null {
230 return defaultClient.getSink();

Callers 1

withTelemetryContextFunction · 0.90

Calls 1

withContextMethod · 0.65

Tested by

no test coverage detected