MCPcopy
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 */
99function createControllableReadyProc(): ControllableReadyProc {
100 let markDispatched: () => void = () => {}
101 const dispatched = new Promise<void>((resolve) => {
102 markDispatched = resolve
103 })

Callers 1

spawnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected