(&mut self, view: &str)
| 686 | /// example agent recording or background Git import). |
| 687 | #[inline] |
| 688 | pub fn set_current_view_in_memory(&mut self, view: &str) { |
| 689 | self.current_view = view.to_string(); |
| 690 | } |
| 691 | |
| 692 | // ── Internal helpers ──────────────────────────────────────────────── |
| 693 |
no outgoing calls
no test coverage detected