Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ flush
Method
flush
packages/telemetry/src/client.ts:110–112 ·
view source on GitHub ↗
(signal?: AbortSignal)
Source
from the content-addressed store, hash-verified
108
}
109
110
async
flush(signal?: AbortSignal): Promise<void> {
111
await
this.sink?.flush(signal);
112
}
113
114
flushSync(): void {
115
this.sink?.flushSync();
Callers
nothing calls this directly
Calls
1
flush
Method · 0.65
Tested by
no test coverage detected