MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / set_current_view_in_memory

Method set_current_view_in_memory

atomic-repository/src/repository/mod.rs:688–690  ·  view source on GitHub ↗
(&mut self, view: &str)

Source from the content-addressed store, hash-verified

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

Callers 2

runMethod · 0.80
record_turnFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected