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