Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ is_on_stack
Method
is_on_stack
atomic-core/src/output/alive/vertex.rs:160–162 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
158
/// Check if the span is on the stack.
159
#[inline]
160
pub fn is_on_stack(self) -> bool {
161
self.contains(Self::ON_STACK)
162
}
163
164
/// Check if the span is a zombie.
165
#[inline]
Callers
1
tarjan_visit
Function · 0.80
Calls
1
contains
Method · 0.45
Tested by
no test coverage detected