MCPcopy
hub / github.com/codeaashu/claude-code / clearFastModeCooldown

Function clearFastModeCooldown

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

Source from the content-addressed store, hash-verified

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

Callers 4

onChangeFunction · 0.85
ModelPickerWrapperFunction · 0.85
setModelFunction · 0.85
applyFastModeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected