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