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

Method flushSync

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

Source from the content-addressed store, hash-verified

112 }
113
114 flushSync(): void {
115 this.sink?.flushSync();
116 }
117
118 async shutdown(options: TelemetryShutdownOptions = {}): Promise<void> {
119 const sink = this.sink;

Callers

nothing calls this directly

Calls 1

flushSyncMethod · 0.65

Tested by

no test coverage detected