MCPcopy
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
315export function isFastModeCooldown(): boolean {
316 return getFastModeRuntimeState().status === 'cooldown'
317}
318
319export function getFastModeState(
320 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