()
| 11 | * Components re-render only when the queue changes. |
| 12 | */ |
| 13 | export function useCommandQueue(): readonly QueuedCommand[] { |
| 14 | return useSyncExternalStore(subscribeToCommandQueue, getCommandQueueSnapshot) |
| 15 | } |
no outgoing calls
no test coverage detected