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

Function fetchPluginFailure

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

Source from the content-addressed store, hash-verified

90};
91
92export const fetchPluginFailure = (error: any) => {
93 return {
94 type: 'FETCH_PLUGIN_FAILURE',
95 payload: error,
96 };
97};
98export const fetchActionRequest = () => {
99 return {
100 type: 'FETCH_ACTION_REQUEST',

Callers 1

fetchPluginDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected