MCPcopy 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

statsMethod · 0.45
build_conflict_treeFunction · 0.45
output_graph_contentFunction · 0.45

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected