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

Method with_change

atomic-core/src/output/repo/conflict.rs:291–294  ·  view source on GitHub ↗
(mut self, hash: Hash)

Source from the content-addressed store, hash-verified

289 /// ```
290 #[must_use]
291 pub fn with_change(mut self, hash: Hash) -> Self {
292 self.changes.push(hash);
293 self
294 }
295
296 /// Set all change hashes for this conflict.
297 ///

Calls 1

pushMethod · 0.45