Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/claude-code-best/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
42
export
function
isFastModeAvailable(): boolean {
43
if
(!isFastModeEnabled()) {
44
return
false
45
}
46
return
getFastModeUnavailableReason() === null
47
}
48
49
type
AuthType =
'oauth'
|
'api-key'
50
Callers
11
ModelPicker
Function · 0.85
Config
Function · 0.85
PromptInput
Function · 0.85
PromptInputHelpMenu
Function · 0.85
getInitialFastModeSetting
Function · 0.85
getFastModeState
Function · 0.85
handleSelect
Function · 0.85
ModelPickerWrapper
Function · 0.85
handleInitializeRequest
Function · 0.85
queryModel
Function · 0.85
paramsFromContext
Function · 0.85
Calls
2
isFastModeEnabled
Function · 0.85
getFastModeUnavailableReason
Function · 0.85
Tested by
no test coverage detected