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