(&mut self, view: &str)
| 723 | /// example agent recording or background Git import). |
| 724 | #[inline] |
| 725 | pub fn set_current_view_in_memory(&mut self, view: &str) { |
| 726 | self.current_view = view.to_string(); |
| 727 | } |
| 728 | |
| 729 | // ── Internal helpers ──────────────────────────────────────────────── |
| 730 |
no outgoing calls
no test coverage detected