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

Class

packages/telemetry/src/sink.ts:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30const DEFAULT_FLUSH_THRESHOLD = 50;
31
32export class EventSink {
33 private readonly transport: TelemetryTransport;
34 private readonly context: TelemetryContext;
35 private readonly flushIntervalMs: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected