MCPcopy Index your code
hub / github.com/simstudioai/sim / createStartupFailureProc

Function createStartupFailureProc

apps/sim/lib/execution/isolated-vm.test.ts:38–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36}
37
38function createStartupFailureProc(): MockProc {
39 const proc = createBaseProc()
40 setImmediate(() => {
41 proc.connected = false
42 proc.emit('exit', 1)
43 })
44 return proc
45}
46
47function createReadyProc(result: unknown): MockProc {
48 const proc = createBaseProc()

Callers

nothing calls this directly

Calls 1

createBaseProcFunction · 0.85

Tested by

no test coverage detected