Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TaskingAI/TaskingAI
/ fetchCodeData
Function
fetchCodeData
frontend/src/components/retrieval/index.tsx:120–123 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
118
}
119
fetchModelsList(params)
120
const fetchCodeData = async () => {
121
const res = await getViewCode(
'collection'
)
122
setViewCodeData(res.data)
123
}
124
fetchCodeData()
125
}, []);
126
useEffect(() => {
Callers
1
Retrieval
Function · 0.70
Calls
1
getViewCode
Function · 0.90
Tested by
no test coverage detected