MCPcopy 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
318export function isFastModeCooldown(): boolean {
319 return getFastModeRuntimeState().status === 'cooldown'
320}
321
322export function getFastModeState(
323 model: ModelSetting,

Callers 6

ModelPickerFunction · 0.85
PromptInputFunction · 0.85
getFastModeStateFunction · 0.85
queryModelFunction · 0.85
paramsFromContextFunction · 0.85
withRetryFunction · 0.85

Calls 1

getFastModeRuntimeStateFunction · 0.85

Tested by

no test coverage detected