Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
92
export
const
fetchPluginFailure = (error: any) => {
93
return
{
94
type
:
'FETCH_PLUGIN_FAILURE'
,
95
payload: error,
96
};
97
};
98
export
const
fetchActionRequest = () => {
99
return
{
100
type
:
'FETCH_ACTION_REQUEST'
,
Callers
1
fetchPluginData
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected