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

Method shutdown

packages/telemetry/src/client.ts:194–196  ·  view source on GitHub ↗
(options: TelemetryShutdownOptions = {})

Source from the content-addressed store, hash-verified

192 }
193
194 override async shutdown(options: TelemetryShutdownOptions = {}): Promise<void> {
195 await this.parent.shutdown(options);
196 }
197
198 override resetForTests(): void {
199 this.parent.resetForTests();

Callers

nothing calls this directly

Calls 1

shutdownMethod · 0.45

Tested by

no test coverage detected