MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / BoolFlags

Class BoolFlags

codegraph-kernel/src/buffers.rs:185–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183/// Tri-state booleans packed as (present, value) bit pairs.
184#[derive(Default, Clone, Copy)]
185pub struct BoolFlags(pub u16);
186
187impl BoolFlags {
188 pub fn set(&mut self, pair: u16, value: bool) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected