MCPcopy Create free account
hub / github.com/aetherstate/GODMOD3.AI / handleRefresh

Function handleRefresh

SettingsModal.tsx:1978–1982  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1976 const [loading, setLoading] = useState(false)
1977
1978 const handleRefresh = async () => {
1979 setLoading(true)
1980 await fetchTierInfo()
1981 setLoading(false)
1982 }
1983
1984 useEffect(() => {
1985 if (ultraplinianApiUrl && ultraplinianApiKey && !tierInfo) {

Callers 1

PlanTabFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected