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

Function shutdownTelemetry

packages/telemetry/src/index.ts:27–31  ·  view source on GitHub ↗
(
  options: { readonly timeoutMs?: number } = {},
)

Source from the content-addressed store, hash-verified

25}
26
27export async function shutdownTelemetry(
28 options: { readonly timeoutMs?: number } = {},
29): Promise<void> {
30 await shutdown(options);
31}
32
33export { initializeTelemetry } from './bootstrap';
34export type { TelemetryBootstrapOptions } from './bootstrap';

Callers 6

telemetry.test.tsFile · 0.90
handleUpgradeCommandFunction · 0.85
cleanupPromptRunFunction · 0.85
runShellFunction · 0.85
shutdownDefaultTelemetryFunction · 0.85
shutdownFunction · 0.85

Calls 1

shutdownFunction · 0.90

Tested by

no test coverage detected