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

Function flushTelemetrySync

packages/telemetry/src/index.ts:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21}
22
23export function flushTelemetrySync(): void {
24 flushSync();
25}
26
27export async function shutdownTelemetry(
28 options: { readonly timeoutMs?: number } = {},

Callers 1

telemetry.test.tsFile · 0.90

Calls 1

flushSyncFunction · 0.90

Tested by

no test coverage detected