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