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

Function fetchActionSuccess

frontend/src/Redux/actions.ts:104–109  ·  view source on GitHub ↗
(users: any)

Source from the content-addressed store, hash-verified

102};
103
104export const fetchActionSuccess = (users: any) => {
105 return {
106 type: 'FETCH_ACTION_SUCCESS',
107 payload: users,
108 };
109};
110
111export const fetchActionFailure = (error: any) => {
112 return {

Callers 1

fetchActionDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected