MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / clearFastModeCooldown

Function clearFastModeCooldown

src/utils/fastMode.ts:238–240  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

236}
237
238export function clearFastModeCooldown(): void {
239 runtimeState = { status: 'active' }
240}
241
242/**
243 * Called when the API rejects a fast mode request (e.g., 400 "Fast mode is

Callers 4

onChangeFunction · 0.85
handleSelectFunction · 0.85
setModelFunction · 0.85
applyFastModeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected