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

Function description

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

Source from the content-addressed store, hash-verified

9 type: 'local-jsx',
10 name: 'fast',
11 get description() {
12 return `Toggle fast mode (${FAST_MODE_MODEL_DISPLAY} only)`
13 },
14 availability: ['claude-ai', 'console'],
15 isEnabled: () => isFastModeEnabled(),
16 get isHidden() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected