Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
content
Method · 0.45
full_content
Method · 0.45
token_count
Method · 0.45
line_count
Method · 0.45
list_files
Method · 0.45
walk_files
Method · 0.45
is_writable
Method · 0.45
conflict_types_are_distinct_in_hash_sets
Function · 0.45
children
Method · 0.45
iter_vertices
Method · 0.45
total_vertices
Method · 0.45
compute_order
Function · 0.45
Calls
no outgoing calls
Tested by
2
conflict_types_are_distinct_in_hash_sets
Function · 0.36
test_conflict_path_iter
Function · 0.36