Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
};
41
export
const
fetchModelRequest = () => {
42
return
{
43
type
:
'FETCH_MODEL_REQUEST'
,
44
};
45
};
46
47
export
const
fetchModelSuccess = (users: any) => {
48
return
{
Callers
1
fetchModelsData
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected