(&mut self, view: &str)
| 668 | /// intended for read-only handles that need `status()` to read another view. |
| 669 | #[inline] |
| 670 | pub fn set_current_view_in_memory(&mut self, view: &str) { |
| 671 | self.current_view = view.to_string(); |
| 672 | } |
| 673 | |
| 674 | // ── Internal helpers ──────────────────────────────────────────────── |
| 675 |