Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aleph-zero-foundation/AlephBFT
/ values
Method
values
crypto/src/node.rs:146–148 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
144
}
145
146
pub fn values(&self) -> impl Iterator<Item = &T> {
147
self.iter().map(|(_, value)| value)
148
}
149
150
pub fn into_values(self) -> impl Iterator<Item = T>
151
where
Callers
13
status
Method · 0.80
top_round
Method · 0.80
crashed_nodes_recover
Function · 0.80
parent_hashes
Method · 0.80
parents
Method · 0.80
direct_parents
Method · 0.80
initial_successfully_computes_minimal_parents
Function · 0.80
initial_successfully_computes_full_parents
Function · 0.80
initial_ignores_future_rounds
Function · 0.80
following_successfully_computes_minimal_parents
Function · 0.80
following_successfully_computes_minimal_parents_with_ancient
Function · 0.80
following_successfully_computes_full_parents
Function · 0.80
Calls
1
iter
Method · 0.45
Tested by
7
initial_successfully_computes_minimal_parents
Function · 0.64
initial_successfully_computes_full_parents
Function · 0.64
initial_ignores_future_rounds
Function · 0.64
following_successfully_computes_minimal_parents
Function · 0.64
following_successfully_computes_minimal_parents_with_ancient
Function · 0.64
following_successfully_computes_full_parents
Function · 0.64
following_inherits_units
Function · 0.64