MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / enable

Method enable

packages/telemetry/src/client.ts:174–176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

172 }
173
174 override enable(): void {
175 this.parent.enable();
176 }
177
178 override track(event: string, properties: TelemetryProperties = {}): void {
179 this.parent.trackWithContext(event, properties, this.context);

Callers

nothing calls this directly

Calls 1

enableMethod · 0.45

Tested by

no test coverage detected