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

Method setContext

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

Source from the content-addressed store, hash-verified

156 }
157
158 override setContext(input: TelemetryContextIds): void {
159 this.parent.setContext(input);
160 }
161
162 override withContext(input: TelemetryContextIds): TelemetryClient {
163 return new ScopedTelemetryClient(this.parent, mergeContext(this.context, input));

Callers

nothing calls this directly

Calls 1

setContextMethod · 0.65

Tested by

no test coverage detected