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

Function fetchActionRequest

frontend/src/Redux/actions.ts:98–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96 };
97};
98export const fetchActionRequest = () => {
99 return {
100 type: 'FETCH_ACTION_REQUEST',
101 };
102};
103
104export const fetchActionSuccess = (users: any) => {
105 return {

Callers 1

fetchActionDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected