()
| 74 | * after to observe the new value (VoiceKeybindingHandler relies on this). |
| 75 | */ |
| 76 | export function useSetVoiceState() { |
| 77 | return useVoiceStore().setState; |
| 78 | } |
| 79 | |
| 80 | /** |
| 81 | * Get a synchronous reader for fresh state inside callbacks. Unlike |
no test coverage detected