Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ is_visited
Method
is_visited
atomic-core/src/output/alive/vertex.rs:154–156 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
152
/// Check if the visited flag is set.
153
#[inline]
154
pub fn is_visited(self) -> bool {
155
self.contains(Self::VISITED)
156
}
157
158
/// Check if the span is on the stack.
159
#[inline]
Callers
2
compute_order
Function · 0.80
tarjan_visit
Function · 0.80
Calls
1
contains
Method · 0.45
Tested by
no test coverage detected