Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ enable
Method
enable
packages/telemetry/src/client.ts:70–72 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
68
}
69
70
enable(): void {
71
this.disabled = false;
72
}
73
74
track(event: string, properties: TelemetryProperties = {}): void {
75
this.trackWithContext(event, properties, {});
Callers
4
enable
Method · 0.45
enable
Function · 0.45
initializeTelemetry
Function · 0.45
terminal.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected