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