Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/
Class
packages/telemetry/src/client.ts:25–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
export
class
TelemetryClient {
26
private queue: PendingTelemetryEvent[] = [];
27
private sink: EventSink | null = null;
28
private deviceId: string | null = null;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected