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

Function handleChildEvent

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

Source from the content-addressed store, hash-verified

210 setSchema(value)
211 }
212 const handleChildEvent = async (value: Record<string, any>) => {
213 setUpdatePrevButton(false)
214 setLimit(value.limit)
215 await fetchData(value);
216 }
217 const onRadioChange = (value: string) => {
218 setRadioValue(value)
219 }

Callers

nothing calls this directly

Calls 1

fetchDataFunction · 0.70

Tested by

no test coverage detected