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

Function handleDelete

frontend/src/components/plugins/index.tsx:194–198  ·  view source on GitHub ↗
(val: any)

Source from the content-addressed store, hash-verified

192 setOpenDeleteModal(false)
193 }
194 const handleDelete = (val: any) => {
195 setOpenDeleteModal(true)
196 setDeleteValue(val.name)
197 setBundleId(val.bundle_id)
198 }
199
200 const handleChildEvent = async (value: Record<string, any>) => {
201 setUpdatePrevButton(false)

Callers 1

PluginsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected