Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TaskingAI/TaskingAI
/ fetchActionSuccess
Function
fetchActionSuccess
frontend/src/Redux/actions.ts:104–109 ·
view source on GitHub ↗
(users: any)
Source
from the content-addressed store, hash-verified
102
};
103
104
export
const
fetchActionSuccess = (users: any) => {
105
return
{
106
type
:
'FETCH_ACTION_SUCCESS'
,
107
payload: users,
108
};
109
};
110
111
export
const
fetchActionFailure = (error: any) => {
112
return
{
Callers
1
fetchActionData
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected