MCPcopy
hub / github.com/codeaashu/claude-code / isHidden

Function isHidden

src/commands/voice/index.ts:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 availability: ['claude-ai'],
12 isEnabled: () => isVoiceGrowthBookEnabled(),
13 get isHidden() {
14 return !isVoiceModeEnabled()
15 },
16 supportsNonInteractive: false,
17 load: () => import('./voice.js'),
18} satisfies Command

Callers

nothing calls this directly

Calls 1

isVoiceModeEnabledFunction · 0.85

Tested by

no test coverage detected