MCPcopy Create free account
hub / github.com/oboard/claude-code-rev / getCommandQueueLength

Function getCommandQueueLength

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

Source from the content-addressed store, hash-verified

95 * Get the current queue length without copying.
96 */
97export function getCommandQueueLength(): number {
98 return commandQueue.length
99}
100
101/**
102 * Check if there are commands in the queue.

Callers 1

REPLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected