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

Function handleEditBound

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

Source from the content-addressed store, hash-verified

15 handleEdit: (id: number) => void;
16}) {
17 const handleEditBound = () => handleEdit(id);
18 const handleDeleteBound = () => handleDelete(id);
19
20 const editButton = useRef<Button>(),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected