MCPcopy Index your code
hub / github.com/codeaashu/claude-code / useSetVoiceState

Function useSetVoiceState

src/context/voice.tsx:76–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

useVoiceFunction · 0.85

Calls 1

useVoiceStoreFunction · 0.85

Tested by

no test coverage detected