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

Function setContext

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

Source from the content-addressed store, hash-verified

37 return withTelemetryProperties(withTelemetryContext(telemetry, patch), defaults);
38 },
39 setContext(patch) {
40 telemetry.setContext?.(patch);
41 },
42 };
43}

Callers

nothing calls this directly

Calls 1

setContextMethod · 0.65

Tested by

no test coverage detected