MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked / hasCommandsInQueue

Function hasCommandsInQueue

source code/utils/messageQueueManager.ts:106–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104 * Check if there are commands in the queue.
105 */
106export function hasCommandsInQueue(): boolean {
107 return commandQueue.length > 0
108}
109
110/**
111 * Trigger a re-check by notifying subscribers.

Callers 3

hasQueuedCommandsFunction · 0.85
runHeadlessStreamingFunction · 0.85
CancelRequestHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected