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

Function shutdown

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

Source from the content-addressed store, hash-verified

235}
236
237export async function shutdown(options: TelemetryShutdownOptions = {}): Promise<void> {
238 await defaultClient.shutdown(options);
239}
240
241export function getDefaultTelemetryClient(): TelemetryClient {
242 return defaultClient;

Callers 1

shutdownTelemetryFunction · 0.90

Calls 1

shutdownMethod · 0.45

Tested by

no test coverage detected