()
| 15 | handleEdit: (id: number) => void; |
| 16 | }) { |
| 17 | const handleEditBound = () => handleEdit(id); |
| 18 | const handleDeleteBound = () => handleDelete(id); |
| 19 | |
| 20 | const editButton = useRef<Button>(), |
nothing calls this directly
no outgoing calls
no test coverage detected