Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/code
/ getSwitchCalloutConfig
Function
getSwitchCalloutConfig
src/components/AntModelSwitchCallout.tsx:15–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
const MODEL_SWITCH_THROTTLE_MS = 24 * 60 * 60 * 1000
14
15
function getSwitchCalloutConfig() {
16
return getAntModelOverrideConfig()?.switchCallout ?? null
17
}
18
19
export function AntModelSwitchCallout({
20
onDone,
Callers
2
AntModelSwitchCallout
Function · 0.85
shouldShowModelSwitchCallout
Function · 0.85
Calls
1
getAntModelOverrideConfig
Function · 0.85
Tested by
no test coverage detected