MCPcopy
hub / github.com/claude-code-best/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 3

SleepTool.test.tsFile · 0.50
REPLFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected