MCPcopy
hub / github.com/claude-code-best/claude-code / isFastModeEnabled

Function isFastModeEnabled

src/utils/fastMode.ts:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36import { createSignal } from './signal.js'
37
38export function isFastModeEnabled(): boolean {
39 return !isEnvTruthy(process.env.CLAUDE_CODE_DISABLE_FAST_MODE)
40}
41
42export function isFastModeAvailable(): boolean {
43 if (!isFastModeEnabled()) {

Callers 15

addToTotalSessionCostFunction · 0.85
runFunction · 0.85
ModelPickerFunction · 0.85
ConfigFunction · 0.85
PromptInputFunction · 0.85
PromptInputHelpMenuFunction · 0.85
isFastModeAvailableFunction · 0.85
getFastModeRuntimeStateFunction · 0.85
triggerFastModeCooldownFunction · 0.85

Calls 1

isEnvTruthyFunction · 0.70

Tested by

no test coverage detected