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

Function fetchModelFailure

frontend/src/Redux/actions.ts:54–59  ·  view source on GitHub ↗
(error: any)

Source from the content-addressed store, hash-verified

52};
53
54export const fetchModelFailure = (error: any) => {
55 return {
56 type: 'FETCH_MODEL_FAILURE',
57 payload: error,
58 };
59};
60export const fetchApikeysRequest = () => {
61 return {
62 type: 'FETCH_APIKEY_REQUEST',

Callers 1

fetchModelsDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected