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

Function handleChildEvent

frontend/src/components/chunkPage/index.tsx:119–123  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

117 const [drawerTitle, setDrawerTitle] = useState(`${t('projectChunkCreateChunk')}`)
118 const [deleteId, setDeleteId] = useState('')
119 const handleChildEvent = async (value: any) => {
120 setLimit(value.limit)
121 setUpdatePrevButton(false)
122 await fetchData(collectionId, value);
123 }
124 useEffect(() => {
125 const params = {
126 limit: 20

Callers

nothing calls this directly

Calls 1

fetchDataFunction · 0.70

Tested by

no test coverage detected