(&self)
| 97 | } |
| 98 | |
| 99 | pub fn confirm_selection(&self) -> Option<ThemeItem> { |
| 100 | self.selected_item().cloned() |
| 101 | } |
| 102 | |
| 103 | pub fn render(&mut self, frame: &mut Frame, area: Rect, theme: &Theme) { |
| 104 | if !self.visible || self.items.is_empty() { |
nothing calls this directly
no test coverage detected