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

Function fetchApikeysFailure

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

Source from the content-addressed store, hash-verified

71};
72
73export const fetchApikeysFailure = (error: any) => {
74 return {
75 type: 'FETCH_APIKEY_FAILURE',
76 payload: error,
77 };
78};
79export const fetchPluginRequest = () => {
80 return {
81 type: 'FETCH_PLUGIN_REQUEST',

Callers 1

fetchApikeysDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected