Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ flush
Function
flush
apps/sim/lib/execution/event-buffer.ts:1009–1011 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1007
}
1008
1009
const
flush =
async
() => {
1010
await
flushCore(true)
1011
}
1012
1013
return
{ write, writeTerminal, flush, close }
1014
}
Callers
nothing calls this directly
Calls
1
flushCore
Function · 0.85
Tested by
no test coverage detected