(&mut self)
| 90 | } |
| 91 | |
| 92 | pub fn hide(&mut self) { |
| 93 | self.visible = false; |
| 94 | // Note: we don't clear items here to support back navigation |
| 95 | self.loading_id = None; |
| 96 | self.confirm_delete_id = None; |
| 97 | self.last_area = None; |
| 98 | } |
| 99 | |
| 100 | /// Reshow the MCP selector (for back navigation) |
| 101 | pub fn reshow(&mut self) { |
no outgoing calls
no test coverage detected