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

Function setLoading

frontend/src/Redux/actions.ts:117–122  ·  view source on GitHub ↗
(isLoading: boolean)

Source from the content-addressed store, hash-verified

115 };
116};
117export const setLoading = (isLoading: boolean) => {
118 return {
119 type: 'SET_LOADING',
120 payload: isLoading,
121 };
122};
123export const fetchAssistantsData = () => {
124 return (dispatch: any) => {
125 const project_base_url = 'api/v1'

Callers 15

ModelsPageFunction · 0.90
handleJumpFunction · 0.90
fetchDataFunction · 0.85
handleEditFunction · 0.85
fetchDataFunction · 0.85
fetchDataFunction · 0.85
handleEditFunction · 0.85
fetchDataFunction · 0.85
handleModalConfirmFunction · 0.85
handleCreateConfirmFunction · 0.85
fetchDataFunction · 0.85
handleToolsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected