MCPcopy Index your code
hub / github.com/codeaashu/claude-code / isFastModeAvailable

Function isFastModeAvailable

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

Source from the content-addressed store, hash-verified

40}
41
42export function isFastModeAvailable(): boolean {
43 if (!isFastModeEnabled()) {
44 return false
45 }
46 return getFastModeUnavailableReason() === null
47}
48
49type AuthType = 'oauth' | 'api-key'
50

Callers 10

ModelPickerFunction · 0.85
ConfigFunction · 0.85
PromptInputFunction · 0.85
PromptInputHelpMenuFunction · 0.85
getFastModeStateFunction · 0.85
ModelPickerWrapperFunction · 0.85
handleInitializeRequestFunction · 0.85
queryModelFunction · 0.85
paramsFromContextFunction · 0.85

Calls 2

isFastModeEnabledFunction · 0.85

Tested by

no test coverage detected