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

Function handleChildEvent

frontend/src/components/recordPage/index.tsx:162–166  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

160 const [fileLoading, setFileLoading] = useState(false);
161
162 const handleChildEvent = async (value: any) => {
163 setLimit(value.limit)
164 setUpdatePrevButton(false)
165 await fetchData(collectionId, value);
166 }
167 useEffect(() => {
168 const params = {
169 limit: 20

Callers

nothing calls this directly

Calls 1

fetchDataFunction · 0.70

Tested by

no test coverage detected