MCPcopy Create free account
hub / github.com/TaskingAI/TaskingAI / handleChildEvent

Function handleChildEvent

frontend/src/components/retrieval/index.tsx:355–359  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

353 }
354
355 const handleChildEvent = async (value: any) => {
356 setLimit(value.limit)
357 setUpdateRetrievalPrevButton(false)
358 await fetchData(value);
359 }
360 const handleCloseViewCode = () => {
361 setIsVisible(true)
362 setViewCodeOpen(false)

Callers

nothing calls this directly

Calls 1

fetchDataFunction · 0.70

Tested by

no test coverage detected