MCPcopy Create free account
hub / github.com/freecodexyz/free-code / getCommandQueueSnapshot

Function getCommandQueueSnapshot

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

Source from the content-addressed store, hash-verified

76 * Returns a frozen array that only changes reference on mutation.
77 */
78export function getCommandQueueSnapshot(): readonly QueuedCommand[] {
79 return snapshot
80}
81
82// ============================================================================
83// Read operations (for non-React code)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected