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

Function handleChildEvent

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

Source from the content-addressed store, hash-verified

362 setResetButtonShow(false)
363 }
364 const handleChildEvent = async (value: Record<string, any>) => {
365 setUpdatePrevButton(false)
366 setLimit(value.limit)
367 await fetchData(value);
368 }
369
370 const fetchData1 = async () => {
371 dispatch(fetchModelsData(20) as any);

Callers

nothing calls this directly

Calls 1

fetchDataFunction · 0.70

Tested by

no test coverage detected