MCPcopy 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};
22export const fetchRetrievalRequest = () => {
23 return {
24 type: 'FETCH_RETRIEVAL_REQUEST',
25 };
26};
27
28export const fetchRetrievalSuccess = (users: any) => {
29 return {

Callers 1

fetchRetrievalDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected