MCPcopy Index your code
hub / github.com/TaskingAI/TaskingAI / fetchRetrievalSuccess

Function fetchRetrievalSuccess

frontend/src/Redux/actions.ts:28–33  ·  view source on GitHub ↗
(users: any)

Source from the content-addressed store, hash-verified

26};
27
28export const fetchRetrievalSuccess = (users: any) => {
29 return {
30 type: 'FETCH_RETRIEVAL_SUCCESS',
31 payload: users,
32 };
33};
34
35export const fetchAssistantFailure = (error: any) => {
36 return {

Callers 1

fetchRetrievalDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected