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

Function handleConfirmRequest

frontend/src/components/plugins/index.tsx:240–242  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

238 };
239
240 const handleConfirmRequest = async () => {
241 dispatch(fetchPluginData(20) as any);
242 }
243 const handleClosePluginModal = () => {
244 setOpenDrawer(false)
245 }

Callers 2

handleNext1Function · 0.50
handleConfirmFunction · 0.50

Calls 1

fetchPluginDataFunction · 0.90

Tested by

no test coverage detected