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

Method change_store

atomic-core/src/merge/engine.rs:63–65  ·  view source on GitHub ↗

Return a reference to the underlying change store.

(&self)

Source from the content-addressed store, hash-verified

61
62 /// Return a reference to the underlying change store.
63 pub fn change_store(&self) -> &'a C {
64 self.changes
65 }
66
67 /// Attempt to merge a conflict group using token-level semantics.
68 ///

Calls

no outgoing calls