MCPcopy 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_visitFunction · 0.80

Calls

no outgoing calls

Tested by 1