()
| 111 | * are picked up by useSyncExternalStore consumers. |
| 112 | */ |
| 113 | export function recheckCommandQueue(): void { |
| 114 | if (commandQueue.length > 0) { |
| 115 | notifySubscribers() |
| 116 | } |
| 117 | } |
| 118 | |
| 119 | // ============================================================================ |
| 120 | // Write operations |
nothing calls this directly
no test coverage detected