MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / mark_visited

Method mark_visited

atomic-core/src/output/alive/vertex.rs:369–371  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

367 /// Mark this vertex as visited.
368 #[inline]
369 pub fn mark_visited(&mut self) {
370 self.flags |= VertexFlags::VISITED;
371 }
372
373 /// Push this vertex onto the stack.
374 #[inline]

Callers 7

test_graph_vertex_accessFunction · 0.80
tarjan_visitFunction · 0.80
test_alive_vertex_cloneFunction · 0.80

Calls

no outgoing calls