MCPcopy 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
217export function enable(): void {
218 defaultClient.enable();
219}
220
221export function track(event: string, properties: TelemetryProperties = {}): void {
222 defaultClient.track(event, properties);

Callers

nothing calls this directly

Calls 1

enableMethod · 0.45

Tested by

no test coverage detected