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

Method dequeue

apps/sim/executor/execution/engine.ts:223–225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

221 }
222
223 private dequeue(): string | undefined {
224 return this.readyQueue.shift()
225 }
226
227 private trackExecution(promise: Promise<void>): void {
228 const trackedPromise = promise

Callers 1

processQueueMethod · 0.95

Calls 1

shiftMethod · 0.80

Tested by

no test coverage detected