Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ is_zombie
Method
is_zombie
atomic-core/src/output/alive/vertex.rs:166–168 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
164
/// Check if the span is a zombie.
165
#[inline]
166
pub fn is_zombie(self) -> bool {
167
self.contains(Self::ZOMBIE)
168
}
169
170
/// Check if the span is complete.
171
#[inline]
Callers
4
stats
Method · 0.45
build_conflict_tree
Function · 0.45
output_graph_content
Function · 0.45
output_graph_content_resolved
Function · 0.45
Calls
1
contains
Method · 0.45
Tested by
no test coverage detected