Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
find_content_vertices_global
Function · 0.80
compute_order
Function · 0.80
retrieve_graph
Function · 0.80
detect_fork_conflicts
Function · 0.80
output_file_with_filter
Function · 0.80
materialize_parallel
Method · 0.80
dump_filtered_alive_graph_for_test
Function · 0.80
Calls
1
len
Method · 0.45
Tested by
1
dump_filtered_alive_graph_for_test
Function · 0.64