Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/freecodexyz/free-code
/ getCommandQueueLength
Function
getCommandQueueLength
src/utils/messageQueueManager.ts:97–99 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
95
* Get the current queue length without copying.
96
*/
97
export
function
getCommandQueueLength(): number {
98
return
commandQueue.length
99
}
100
101
/**
102
* Check
if
there are commands in the queue.
Callers
1
REPL
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected