Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
54
export
const
fetchModelFailure = (error: any) => {
55
return
{
56
type
:
'FETCH_MODEL_FAILURE'
,
57
payload: error,
58
};
59
};
60
export
const
fetchApikeysRequest = () => {
61
return
{
62
type
:
'FETCH_APIKEY_REQUEST'
,
Callers
1
fetchModelsData
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected