Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeismicSystems/summit
/ capacity
Method
capacity
types/src/ssz_tree.rs:349–351 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
347
/// Number of leaf slots.
348
#[inline]
349
pub fn capacity(&self) -> usize {
350
self.capacity
351
}
352
353
/// Tree depth (log2(capacity)).
354
#[inline]
Callers
8
proof_from_node_at_various_depths
Function · 0.80
insert_validator_at_slot
Method · 0.80
remove_validator_at_slot
Method · 0.80
validator_account_proof
Method · 0.80
deposit_item_proof
Method · 0.80
withdrawal_epoch_item_proof
Method · 0.80
protocol_param_item_proof
Method · 0.80
added_validator_item_proof
Method · 0.80
Calls
no outgoing calls
Tested by
1
proof_from_node_at_various_depths
Function · 0.64