Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ push_stack
Method
push_stack
atomic-core/src/output/alive/vertex.rs:375–377 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
373
/// Push this vertex onto the stack.
374
#[inline]
375
pub fn push_stack(&mut self) {
376
self.flags |= VertexFlags::ON_STACK;
377
}
378
379
/// Pop this vertex from the stack.
380
#[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