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

Method atoms

atomic-core/src/change/graph_op.rs:610–615  ·  view source on GitHub ↗

Iterate over all atoms in this graph_op.

(&self)

Source from the content-addressed store, hash-verified

608impl<H> GraphOp<H> {
609 /// Iterate over all atoms in this graph_op.
610 pub fn atoms(&self) -> HunkAtomIter<'_, H> {
611 HunkAtomIter {
612 graph_op: self,
613 index: 0,
614 }
615 }
616
617 /// Count the number of atoms in this graph_op.
618 pub fn atom_count(&self) -> usize {

Callers 1

write_hunkFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected