Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ isVoiceModeEnabled
Function
isVoiceModeEnabled
src/voice/voiceModeEnabled.ts:52–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
* paths use useVoiceEnabled() instead (memoizes the auth half).
51
*/
52
export
function
isVoiceModeEnabled(): boolean {
53
return
hasVoiceAuth() && isVoiceGrowthBookEnabled()
54
}
55
Callers
4
call
Function · 0.85
_temp
Function · 0.85
isHidden
Function · 0.85
call
Function · 0.85
Calls
2
hasVoiceAuth
Function · 0.85
isVoiceGrowthBookEnabled
Function · 0.85
Tested by
no test coverage detected