MCPcopy Create free account
hub / github.com/Noumena-Network/code / isFastModeEnabled

Function isFastModeEnabled

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

Source from the content-addressed store, hash-verified

37import { isInternalBuild } from 'src/capabilities/static.js'
38
39export function isFastModeEnabled(): boolean {
40 return !isEnvTruthy(process.env.CLAUDE_CODE_DISABLE_FAST_MODE)
41}
42
43export function isFastModeAvailable(): boolean {
44 if (!isFastModeEnabled()) {

Callers 15

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

Calls 1

isEnvTruthyFunction · 0.90

Tested by

no test coverage detected