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

Function fetchActionFailure

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

Source from the content-addressed store, hash-verified

109};
110
111export const fetchActionFailure = (error: any) => {
112 return {
113 type: 'FETCH_ACTION_FAILURE',
114 payload: error,
115 };
116};
117export const setLoading = (isLoading: boolean) => {
118 return {
119 type: 'SET_LOADING',

Callers 1

fetchActionDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected