MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getCommandQueue

Function getCommandQueue

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

Source from the content-addressed store, hash-verified

88 * Use for one-off reads where you need the actual commands.
89 */
90export function getCommandQueue(): QueuedCommand[] {
91 return [...commandQueue]
92}
93
94/**
95 * Get the current queue length without copying.

Callers 1

REPLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected