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

Function shiftQueuedExecutionForOwner

apps/sim/lib/execution/isolated-vm.ts:534–537  ·  view source on GitHub ↗
(owner: OwnerState)

Source from the content-addressed store, hash-verified

532}
533
534function shiftQueuedExecutionForOwner(owner: OwnerState): QueuedExecution | null {
535 if (!owner.queueHead) return null
536 return removeQueueNode(owner.queueHead)
537}
538
539function removeQueuedExecutionById(queueId: number): QueuedExecution | null {
540 const node = queueNodes.get(queueId)

Callers 1

drainQueueFunction · 0.85

Calls 1

removeQueueNodeFunction · 0.85

Tested by

no test coverage detected