Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeismicSystems/summit
/ view
Method
view
types/src/block.rs:172–174 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
170
pub fn view(&self) -> u64 {
171
self.header.view()
172
}
173
174
pub fn epoch(&self) -> u64 {
175
self.header.epoch()
176
}
177
}
Callers
9
handle_proposal
Method · 0.80
execute_block
Function · 0.80
put_verified
Method · 0.80
put_block
Method · 0.80
put_notarization
Method · 0.80
put_finalization
Method · 0.80
get_notarization
Method · 0.80
prune
Method · 0.80
handle_block_processed
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected