MCPcopy Create free account
hub / github.com/codeaashu/claude-code / isHidden

Function isHidden

src/commands/fast/index.ts:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14 availability: ['claude-ai', 'console'],
15 isEnabled: () => isFastModeEnabled(),
16 get isHidden() {
17 return !isFastModeEnabled()
18 },
19 argumentHint: '[on|off]',
20 get immediate() {
21 return shouldInferenceConfigCommandBeImmediate()

Callers

nothing calls this directly

Calls 1

isFastModeEnabledFunction · 0.85

Tested by

no test coverage detected