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

Method change

atomic-repository/src/record/assemble.rs:228–230  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

226 /// Get the recorded change.
227 #[must_use]
228 pub fn change(&self) -> &Change {
229 &self.change
230 }
231
232 /// Get a mutable reference to the recorded change.
233 ///

Calls

no outgoing calls