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

Function disable

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

Source from the content-addressed store, hash-verified

211}
212
213export function disable(): void {
214 defaultClient.disable();
215}
216
217export function enable(): void {
218 defaultClient.enable();

Callers

nothing calls this directly

Calls 1

disableMethod · 0.45

Tested by

no test coverage detected