Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TaskingAI/TaskingAI
/ fetchPluginSuccess
Function
fetchPluginSuccess
frontend/src/Redux/actions.ts:85–90 ·
view source on GitHub ↗
(users: any)
Source
from the content-addressed store, hash-verified
83
};
84
85
export
const
fetchPluginSuccess = (users: any) => {
86
return
{
87
type
:
'FETCH_PLUGIN_SUCCESS'
,
88
payload: users,
89
};
90
};
91
92
export
const
fetchPluginFailure = (error: any) => {
93
return
{
Callers
1
fetchPluginData
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected