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

Source from the content-addressed store, hash-verified

668 /// intended for read-only handles that need `status()` to read another view.
669 #[inline]
670 pub fn set_current_view_in_memory(&mut self, view: &str) {
671 self.current_view = view.to_string();
672 }
673
674 // ── Internal helpers ────────────────────────────────────────────────
675

Callers 1

record_turnFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected