Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ flush
Function
flush
src/utils/asciicast.ts:221–224 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
219
220
recorder = {
221
async
flush(): Promise<void> {
222
writer.flush()
223
await
pendingWrite
224
},
225
async
dispose(): Promise<void> {
226
writer.dispose()
227
await
pendingWrite
Callers
nothing calls this directly
Calls
1
flush
Method · 0.45
Tested by
no test coverage detected