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

Function recordingTelemetry

packages/agent-core/test/fixtures/telemetry.ts:12–19  ·  view source on GitHub ↗
(records: TelemetryRecord[])

Source from the content-addressed store, hash-verified

10}
11
12export function recordingTelemetry(records: TelemetryRecord[]): TelemetryClient {
13 return {
14 track: (event, properties) => {
15 records.push({ event, properties });
16 },
17 withContext: () => recordingTelemetry(records),
18 };
19}
20
21export function recordingContextTelemetry(records: TelemetryContextRecord[]): TelemetryClient {
22 return {

Callers 7

glob.test.tsFile · 0.90
grep.test.tsFile · 0.90
init.test.tsFile · 0.90
context.test.tsFile · 0.90
turn.test.tsFile · 0.90
full.test.tsFile · 0.90
micro.test.tsFile · 0.90

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected