MCPcopy 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 */
99export function hasQueuedCommands(): boolean {
100 return hasCommandsInQueue()
101}

Callers 1

Calls 1

hasCommandsInQueueFunction · 0.70

Tested by

no test coverage detected