Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ is_dummy
Method
is_dummy
atomic-core/src/output/alive/vertex.rs:96–98 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
94
/// Check if this is the dummy span.
95
#[inline]
96
pub fn is_dummy(self) -> bool {
97
self == Self::DUMMY
98
}
99
}
100
101
impl From<usize> for VertexId {
Callers
5
tarjan_visit
Function · 0.80
retrieve_graph
Function · 0.80
alive_graph_reaches
Function · 0.80
detect_fork_conflicts
Function · 0.80
dump_filtered_alive_graph_for_test
Function · 0.80
Calls
no outgoing calls
Tested by
1
dump_filtered_alive_graph_for_test
Function · 0.64