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