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

Method change_count

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

Number of changes covered.

(&self)

Source from the content-addressed store, hash-verified

282
283 /// Number of changes covered.
284 pub fn change_count(&self) -> usize {
285 self.changes_covered.len()
286 }
287
288 /// Check if a specific change is covered by this attestation.
289 pub fn covers_change(&self, hash: &Hash) -> bool {

Callers

nothing calls this directly

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected