MCPcopy Create free account
hub / github.com/OpenSignLabs/OpenSign / handleDelete

Function handleDelete

apps/OpenSign/src/pages/DebugPdf.jsx:213–216  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

211 }
212 };
213 const handleDelete = (key) => {
214 const updateAnnotations = annotations.filter((x) => x.key !== key);
215 setAnnotations(updateAnnotations);
216 };
217 return (
218 <div>
219 {copied && <Alert type="success">{t("copied")}</Alert>}

Callers 4

DebugPdfFunction · 0.85
ContactbookFunction · 0.85
DocumentsReportFunction · 0.85
TemplatesReportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected