Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TaskingAI/TaskingAI
/ fetchPluginRequest
Function
fetchPluginRequest
frontend/src/Redux/actions.ts:79–83 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
77
};
78
};
79
export
const
fetchPluginRequest = () => {
80
return
{
81
type
:
'FETCH_PLUGIN_REQUEST'
,
82
};
83
};
84
85
export
const
fetchPluginSuccess = (users: any) => {
86
return
{
Callers
1
fetchPluginData
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected