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

Function settleSpawnInProgress

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

Source from the content-addressed store, hash-verified

897 let childProcess: ChildProcess | null = null
898
899 const settleSpawnInProgress = () => {
900 if (spawnSettled) {
901 return false
902 }
903 spawnSettled = true
904 spawnInProgress--
905 return true
906 }
907
908 const workerInfo: WorkerInfo = {
909 get process() {

Callers 2

spawnWorkerFunction · 0.85
readyHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected