MCPcopy Index your code
hub / github.com/TaskingAI/TaskingAI / fetchModelSuccess

Function fetchModelSuccess

frontend/src/Redux/actions.ts:47–52  ·  view source on GitHub ↗
(users: any)

Source from the content-addressed store, hash-verified

45};
46
47export const fetchModelSuccess = (users: any) => {
48 return {
49 type: 'FETCH_MODEL_SUCCESS',
50 payload: users,
51 };
52};
53
54export const fetchModelFailure = (error: any) => {
55 return {

Callers 1

fetchModelsDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected