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

Method only_changes

atomic-repository/src/apply/cross_view.rs:78–81  ·  view source on GitHub ↗

Insert only specific changes.

(mut self, changes: Vec<Hash>)

Source from the content-addressed store, hash-verified

76
77 /// Insert only specific changes.
78 pub fn only_changes(mut self, changes: Vec<Hash>) -> Self {
79 self.only_changes = changes;
80 self
81 }
82
83 /// Set whether to insert dependencies automatically.
84 pub fn with_dependencies(mut self, apply: bool) -> Self {

Callers 2

cherry_pickMethod · 0.80

Calls

no outgoing calls

Tested by 1