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

Method flush

packages/telemetry/src/client.ts:186–188  ·  view source on GitHub ↗
(signal?: AbortSignal)

Source from the content-addressed store, hash-verified

184 }
185
186 override async flush(signal?: AbortSignal): Promise<void> {
187 await this.parent.flush(signal);
188 }
189
190 override flushSync(): void {
191 this.parent.flushSync();

Callers

nothing calls this directly

Calls 1

flushMethod · 0.65

Tested by

no test coverage detected