MCPcopy
hub / github.com/simstudioai/sim / queueLength

Function queueLength

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

Source from the content-addressed store, hash-verified

444}
445
446function queueLength(): number {
447 return queueSize
448}
449
450function maybeClearDrainRetry() {
451 if (queueSize === 0 && queueDrainRetryTimeout) {

Callers 3

enqueueExecutionFunction · 0.85
drainQueueFunction · 0.85
executeInIsolatedVMFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected