Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
47
export
const
fetchModelSuccess = (users: any) => {
48
return
{
49
type
:
'FETCH_MODEL_SUCCESS'
,
50
payload: users,
51
};
52
};
53
54
export
const
fetchModelFailure = (error: any) => {
55
return
{
Callers
1
fetchModelsData
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected