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:690–692  ·  view source on GitHub ↗
(&mut self, view: &str)

Source from the content-addressed store, hash-verified

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

Callers 2

runMethod · 0.80
record_turnFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected