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

Method all_known

atomic-core/src/change/change.rs:830–832  ·  view source on GitHub ↗

Get all dependencies and extra_known combined.

(&self)

Source from the content-addressed store, hash-verified

828impl HashedChange {
829 /// Get all dependencies and extra_known combined.
830 pub fn all_known(&self) -> impl Iterator<Item = &Hash> {
831 self.dependencies.iter().chain(self.extra_known.iter())
832 }
833
834 /// Check if this change has any hunks.
835 pub fn is_empty(&self) -> bool {

Callers 1

Calls 1

iterMethod · 0.45

Tested by 1