MCPcopy 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

create_alive_vertexFunction · 0.80

Calls

no outgoing calls

Tested by 2