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

Function fetchModelRequest

frontend/src/Redux/actions.ts:41–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 };
40};
41export const fetchModelRequest = () => {
42 return {
43 type: 'FETCH_MODEL_REQUEST',
44 };
45};
46
47export const fetchModelSuccess = (users: any) => {
48 return {

Callers 1

fetchModelsDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected