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

Function flushSync

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

Source from the content-addressed store, hash-verified

231}
232
233export function flushSync(): void {
234 defaultClient.flushSync();
235}
236
237export async function shutdown(options: TelemetryShutdownOptions = {}): Promise<void> {
238 await defaultClient.shutdown(options);

Callers 1

flushTelemetrySyncFunction · 0.90

Calls 1

flushSyncMethod · 0.65

Tested by

no test coverage detected