Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_access
Function · 0.80
test_graph_iter_vertices_mut
Function · 0.80
test_graph_reset_traversal_state
Function · 0.80
tarjan_visit
Function · 0.80
test_alive_vertex_mark_visited
Function · 0.80
test_alive_vertex_set_flags
Function · 0.80
test_alive_vertex_clone
Function · 0.80
Calls
no outgoing calls
Tested by
6
test_graph_vertex_access
Function · 0.64
test_graph_iter_vertices_mut
Function · 0.64
test_graph_reset_traversal_state
Function · 0.64
test_alive_vertex_mark_visited
Function · 0.64
test_alive_vertex_set_flags
Function · 0.64
test_alive_vertex_clone
Function · 0.64