Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/claude-code-best/claude-code
/ hasQueuedCommands
Function
hasQueuedCommands
src/utils/queueProcessor.ts:99–101 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
97
* Use this to determine
if
queue processing should be triggered.
98
*/
99
export
function
hasQueuedCommands(): boolean {
100
return
hasCommandsInQueue()
101
}
Callers
1
queueProcessor.test.ts
File · 0.85
Calls
1
hasCommandsInQueue
Function · 0.70
Tested by
no test coverage detected