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

Function fetchApikeysSuccess

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

Source from the content-addressed store, hash-verified

64};
65
66export const fetchApikeysSuccess = (users: any) => {
67 return {
68 type: 'FETCH_APIKEY_SUCCESS',
69 payload: users,
70 };
71};
72
73export const fetchApikeysFailure = (error: any) => {
74 return {

Callers 1

fetchApikeysDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected