Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ enable
Function
enable
packages/telemetry/src/client.ts:217–219 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
215
}
216
217
export
function
enable(): void {
218
defaultClient.enable();
219
}
220
221
export
function
track(event: string, properties: TelemetryProperties = {}): void {
222
defaultClient.track(event, properties);
Callers
nothing calls this directly
Calls
1
enable
Method · 0.45
Tested by
no test coverage detected