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

Function hasQueuedCommands

src/utils/queueProcessor.ts:93–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91 * Use this to determine if queue processing should be triggered.
92 */
93export function hasQueuedCommands(): boolean {
94 return hasCommandsInQueue()
95}
96

Callers

nothing calls this directly

Calls 1

hasCommandsInQueueFunction · 0.85

Tested by

no test coverage detected