Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TaskingAI/TaskingAI
/ fetchData1
Function
fetchData1
frontend/src/components/modelsPage/index.tsx:370–372 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
368
}
369
370
const fetchData1 = async () => {
371
dispatch(fetchModelsData(20) as any);
372
}
373
const handleModelTypes = (value: string) => {
374
setType(value)
375
}
Callers
nothing calls this directly
Calls
1
fetchModelsData
Function · 0.90
Tested by
no test coverage detected