MCPcopy 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
85export const fetchPluginSuccess = (users: any) => {
86 return {
87 type: 'FETCH_PLUGIN_SUCCESS',
88 payload: users,
89 };
90};
91
92export const fetchPluginFailure = (error: any) => {
93 return {

Callers 1

fetchPluginDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected