MCPcopy
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 */
52export function isVoiceModeEnabled(): boolean {
53 return hasVoiceAuth() && isVoiceGrowthBookEnabled()
54}
55

Callers 4

callFunction · 0.85
_tempFunction · 0.85
isHiddenFunction · 0.85
callFunction · 0.85

Calls 2

hasVoiceAuthFunction · 0.85
isVoiceGrowthBookEnabledFunction · 0.85

Tested by

no test coverage detected