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

Method disable

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

Source from the content-addressed store, hash-verified

168 }
169
170 override disable(): void {
171 this.parent.disable();
172 }
173
174 override enable(): void {
175 this.parent.enable();

Callers

nothing calls this directly

Calls 1

disableMethod · 0.45

Tested by

no test coverage detected