MCPcopy Create free account
hub / github.com/UI5/sample-webcomponents-react / handleDeleteBound

Function handleDeleteBound

src/components/TodoItem.tsx:18–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16}) {
17 const handleEditBound = () => handleEdit(id);
18 const handleDeleteBound = () => handleDelete(id);
19
20 const editButton = useRef<Button>(),
21 deleteButton = useRef<Button>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected