Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aleph-zero-foundation/AlephBFT
/ NodeSubset
Class
NodeSubset
crypto/src/node.rs:222–222 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
220
221
#[derive(Clone, Eq, PartialEq, Hash, Debug, Default)]
222
pub struct NodeSubset(bit_vec::BitVec<u32>);
223
224
impl NodeSubset {
225
pub fn with_size(capacity: NodeCount) -> Self {
Callers
5
to_subset
Method · 0.85
with_size
Method · 0.85
complement
Method · 0.85
decode
Method · 0.85
decoding_bool_node_map_works
Function · 0.85
Calls
no outgoing calls
Tested by
1
decoding_bool_node_map_works
Function · 0.68