Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
446
function
queueLength(): number {
447
return
queueSize
448
}
449
450
function
maybeClearDrainRetry() {
451
if
(queueSize === 0 && queueDrainRetryTimeout) {
Callers
3
enqueueExecution
Function · 0.85
drainQueue
Function · 0.85
executeInIsolatedVM
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected