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

Method len_vertices

atomic-core/src/output/alive/graph.rs:148–150  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

146 /// This includes the DUMMY span at index 0.
147 #[inline]
148 pub fn len_vertices(&self) -> usize {
149 self.vertices.len()
150 }
151
152 /// Check if the graph has no vertices.
153 #[inline]

Callers 7

compute_orderFunction · 0.80
retrieve_graphFunction · 0.80
detect_fork_conflictsFunction · 0.80
output_file_with_filterFunction · 0.80
materialize_parallelMethod · 0.80

Calls 1

lenMethod · 0.45

Tested by 1