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

Method flushSync

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

Source from the content-addressed store, hash-verified

188 }
189
190 override flushSync(): void {
191 this.parent.flushSync();
192 }
193
194 override async shutdown(options: TelemetryShutdownOptions = {}): Promise<void> {
195 await this.parent.shutdown(options);

Callers

nothing calls this directly

Calls 1

flushSyncMethod · 0.65

Tested by

no test coverage detected