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

Method addMultipleToQueue

apps/sim/executor/execution/engine.ts:217–221  ·  view source on GitHub ↗
(nodeIds: string[])

Source from the content-addressed store, hash-verified

215 }
216
217 private addMultipleToQueue(nodeIds: string[]): void {
218 for (const nodeId of nodeIds) {
219 this.addToQueue(nodeId)
220 }
221 }
222
223 private dequeue(): string | undefined {
224 return this.readyQueue.shift()

Callers 1

handleNodeCompletionMethod · 0.95

Calls 1

addToQueueMethod · 0.95

Tested by

no test coverage detected