MCPcopy 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};
79export const fetchPluginRequest = () => {
80 return {
81 type: 'FETCH_PLUGIN_REQUEST',
82 };
83};
84
85export const fetchPluginSuccess = (users: any) => {
86 return {

Callers 1

fetchPluginDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected