Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ clearBuffer
Method
clearBuffer
packages/telemetry/src/sink.ts:76–78 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
74
}
75
76
clearBuffer(): void {
77
this.buffer = [];
78
}
79
80
async
flush(signal?: AbortSignal): Promise<void> {
81
if
(this.buffer.length === 0)
return
;
Callers
1
disable
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected