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