MCPcopy Create free account
hub / github.com/LEXUGE/dcompass / ValidateCell

Class ValidateCell

droute/src/lib.rs:95–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93/// A cell used for bucket and validations
94#[derive(Default)]
95pub struct ValidateCell {
96 /// Indication of whether the cell is used or not
97 pub used: bool,
98 /// The internal value
99 pub value: i32,
100}
101
102impl ValidateCell {
103 /// Get the `used` bit

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected