Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/simstudioai/sim
/ markDispatched
Function
markDispatched
apps/sim/lib/execution/isolated-vm.test.ts:100–100 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
98
*/
99
function
createControllableReadyProc(): ControllableReadyProc {
100
let
markDispatched: () => void = () => {}
101
const
dispatched =
new
Promise<void>((resolve) => {
102
markDispatched = resolve
103
})
Callers
1
spawn
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected