Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ set_flags
Method
set_flags
atomic-core/src/output/alive/vertex.rs:327–329 ·
view source on GitHub ↗
(&mut self, flags: VertexFlags)
Source
from the content-addressed store, hash-verified
325
/// Set flags on this vertex.
326
#[inline]
327
pub fn set_flags(&mut self, flags: VertexFlags) {
328
self.flags = flags;
329
}
330
331
/// Add flags to this vertex.
332
#[inline]
Callers
2
reset_traversal_state
Method · 0.80
test_alive_vertex_set_flags
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_alive_vertex_set_flags
Function · 0.64