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

Method len

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

Get the number of elements in the path.

(&self)

Source from the content-addressed store, hash-verified

208
209 /// Get the number of elements in the path.
210 pub fn len(&self) -> usize {
211 self.elements.len()
212 }
213
214 /// Iterate over elements.
215 pub fn iter(&self) -> impl Iterator<Item = &PathElement> {

Callers 15

len_verticesMethod · 0.45
len_childrenMethod · 0.45
push_vertexMethod · 0.45
child_countMethod · 0.45
statsMethod · 0.45
total_verticesMethod · 0.45
num_sccsMethod · 0.45
compute_orderFunction · 0.45
tarjan_visitFunction · 0.45
detect_fork_conflictsFunction · 0.45
total_itemsMethod · 0.45

Calls

no outgoing calls