MCPcopy Index your code
hub / github.com/codeaashu/claude-code / hasCommandsInQueue

Function hasCommandsInQueue

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

Source from the content-addressed store, hash-verified

102 * Check if there are commands in the queue.
103 */
104export function hasCommandsInQueue(): boolean {
105 return commandQueue.length > 0
106}
107
108/**
109 * 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