| 173 | void deselect() { _listView->selectedRowIndex = std::nullopt; } |
| 174 | |
| 175 | std::shared_ptr<ui::View> view() { return _listView; } |
| 176 | |
| 177 | clickNotifier_t &onClicked() { return _onClicked; } |
| 178 |
nothing calls this directly
no outgoing calls
no test coverage detected