Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/claude-code-best/claude-code
/ isFastModeCooldown
Function
isFastModeCooldown
src/utils/fastMode.ts:318–320 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
316
}
317
318
export
function
isFastModeCooldown(): boolean {
319
return
getFastModeRuntimeState().status ===
'cooldown'
320
}
321
322
export
function
getFastModeState(
323
model: ModelSetting,
Callers
6
ModelPicker
Function · 0.85
PromptInput
Function · 0.85
getFastModeState
Function · 0.85
queryModel
Function · 0.85
paramsFromContext
Function · 0.85
withRetry
Function · 0.85
Calls
1
getFastModeRuntimeState
Function · 0.85
Tested by
no test coverage detected