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

Method changes_covered

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

Set all covered change hashes at once.

(mut self, hashes: Vec<Hash>)

Source from the content-addressed store, hash-verified

622
623 /// Set all covered change hashes at once.
624 pub fn changes_covered(mut self, hashes: Vec<Hash>) -> Self {
625 self.changes_covered = hashes;
626 self
627 }
628
629 /// Set the previous attestation hash (for session resume chaining).
630 pub fn previous_attestation(mut self, hash: Hash) -> Self {

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected