Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ flushAsciicastRecorder
Function
flushAsciicastRecorder
src/utils/asciicast.ts:131–133 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
129
* Call before reading the .cast file (e.g., during /share).
130
*/
131
export
async
function
flushAsciicastRecorder(): Promise<void> {
132
await
recorder?.flush()
133
}
134
135
/**
136
* Install the asciicast recorder.
Callers
nothing calls this directly
Calls
1
flush
Method · 0.45
Tested by
no test coverage detected