()
| 104 | * Check if there are commands in the queue. |
| 105 | */ |
| 106 | export function hasCommandsInQueue(): boolean { |
| 107 | return commandQueue.length > 0 |
| 108 | } |
| 109 | |
| 110 | /** |
| 111 | * Trigger a re-check by notifying subscribers. |
no outgoing calls
no test coverage detected