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

Method changes_explained

atomic-core/src/change/provenance_graph/builder.rs:125–128  ·  view source on GitHub ↗

Set all explained change hashes at once.

(mut self, hashes: Vec<Hash>)

Source from the content-addressed store, hash-verified

123
124 /// Set all explained change hashes at once.
125 pub fn changes_explained(mut self, hashes: Vec<Hash>) -> Self {
126 self.changes_explained = hashes;
127 self
128 }
129
130 /// Set the previous provenance graph hash (for session resume chaining).
131 pub fn previous(mut self, hash: Hash) -> Self {

Callers 2

to_provenance_graphMethod · 0.80

Calls

no outgoing calls

Tested by 1