Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ isFastModeCooldown
Function
isFastModeCooldown
src/utils/fastMode.ts:315–317 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
313
}
314
315
export
function
isFastModeCooldown(): boolean {
316
return
getFastModeRuntimeState().status ===
'cooldown'
317
}
318
319
export
function
getFastModeState(
320
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