Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ pop_stack
Method
pop_stack
atomic-core/src/output/alive/vertex.rs:381–383 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
379
/// Pop this vertex from the stack.
380
#[inline]
381
pub fn pop_stack(&mut self) {
382
self.flags &= !VertexFlags::ON_STACK;
383
}
384
385
/// Mark this vertex as complete.
386
#[inline]
Callers
2
tarjan_visit
Function · 0.80
test_alive_vertex_stack_operations
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_alive_vertex_stack_operations
Function · 0.64