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

Function handleChildEvent

frontend/src/components/plugins/index.tsx:200–204  ·  view source on GitHub ↗
(value: Record<string, any>)

Source from the content-addressed store, hash-verified

198 }
199
200 const handleChildEvent = async (value: Record<string, any>) => {
201 setUpdatePrevButton(false)
202 setLimit(value.limit)
203 await fetchData(value);
204 }
205 const onDeleteConfirm = async () => {
206 try {
207 await deletePlugin(bundleId)

Callers

nothing calls this directly

Calls 1

fetchDataFunction · 0.70

Tested by

no test coverage detected