Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TaskingAI/TaskingAI
/ fetchActionRequest
Function
fetchActionRequest
frontend/src/Redux/actions.ts:98–102 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
96
};
97
};
98
export
const
fetchActionRequest = () => {
99
return
{
100
type
:
'FETCH_ACTION_REQUEST'
,
101
};
102
};
103
104
export
const
fetchActionSuccess = (users: any) => {
105
return
{
Callers
1
fetchActionData
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected