Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TaskingAI/TaskingAI
/ fetchRetrievalRequest
Function
fetchRetrievalRequest
frontend/src/Redux/actions.ts:22–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
};
21
};
22
export
const
fetchRetrievalRequest = () => {
23
return
{
24
type
:
'FETCH_RETRIEVAL_REQUEST'
,
25
};
26
};
27
28
export
const
fetchRetrievalSuccess = (users: any) => {
29
return
{
Callers
1
fetchRetrievalData
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected