Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
handleNext1
Function · 0.50
handleConfirm
Function · 0.50
Calls
1
fetchPluginData
Function · 0.90
Tested by
no test coverage detected