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