MCPcopy 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

enableMethod · 0.45
enableFunction · 0.45
initializeTelemetryFunction · 0.45
terminal.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected