Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ add_flags
Method
add_flags
atomic-core/src/output/alive/vertex.rs:333–335 ·
view source on GitHub ↗
(&mut self, flags: VertexFlags)
Source
from the content-addressed store, hash-verified
331
/// Add flags to this vertex.
332
#[inline]
333
pub fn add_flags(&mut self, flags: VertexFlags) {
334
self.flags |= flags;
335
}
336
337
/// Remove flags from this vertex.
338
#[inline]
Callers
3
test_alive_vertex_add_remove_flags
Function · 0.80
create_alive_vertex
Function · 0.80
test_alive_vertex_zombie_flag
Function · 0.80
Calls
no outgoing calls
Tested by
2
test_alive_vertex_add_remove_flags
Function · 0.64
test_alive_vertex_zombie_flag
Function · 0.64