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

Method iter

atomic-core/src/output/alive/order.rs:215–217  ·  view source on GitHub ↗

Iterate over elements.

(&self)

Source from the content-addressed store, hash-verified

213
214 /// Iterate over elements.
215 pub fn iter(&self) -> impl Iterator<Item = &PathElement> {
216 self.elements.iter()
217 }
218}
219
220// CONFLICT TREE

Callers 15

contentMethod · 0.45
full_contentMethod · 0.45
token_countMethod · 0.45
line_countMethod · 0.45
list_filesMethod · 0.45
walk_filesMethod · 0.45
is_writableMethod · 0.45
childrenMethod · 0.45
iter_verticesMethod · 0.45
total_verticesMethod · 0.45
compute_orderFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_conflict_path_iterFunction · 0.36