MCPcopy Index your code
hub / github.com/TaskingAI/TaskingAI / fetchRetrievalFailure

Function fetchRetrievalFailure

frontend/src/Redux/actions.ts:16–21  ·  view source on GitHub ↗
(error: any)

Source from the content-addressed store, hash-verified

14};
15
16export const fetchRetrievalFailure = (error: any) => {
17 return {
18 type: 'FETCH_RETRIEVAL_FAILURE',
19 payload: error,
20 };
21};
22export const fetchRetrievalRequest = () => {
23 return {
24 type: 'FETCH_RETRIEVAL_REQUEST',

Callers 1

fetchRetrievalDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected