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

Method add_change

atomic-core/src/change/attestation.rs:618–621  ·  view source on GitHub ↗

Add a covered change hash.

(mut self, hash: Hash)

Source from the content-addressed store, hash-verified

616
617 /// Add a covered change hash.
618 pub fn add_change(mut self, hash: Hash) -> Self {
619 self.changes_covered.push(hash);
620 self
621 }
622
623 /// Set all covered change hashes at once.
624 pub fn changes_covered(mut self, hashes: Vec<Hash>) -> Self {

Callers 1

make_attestationFunction · 0.45

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected