MCPcopy Create free account
hub / github.com/Noumena-Network/code / isFastModeAvailable

Function isFastModeAvailable

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

Source from the content-addressed store, hash-verified

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

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