Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/freecodexyz/free-code
/ getCommandQueue
Function
getCommandQueue
src/utils/messageQueueManager.ts:90–92 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
88
* Use
for
one-off reads where you need the actual commands.
89
*/
90
export
function
getCommandQueue(): QueuedCommand[] {
91
return
[...commandQueue]
92
}
93
94
/**
95
* Get the current queue length without copying.
Callers
1
REPL
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected