MCPcopy 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_proposalMethod · 0.80
execute_blockFunction · 0.80
put_verifiedMethod · 0.80
put_blockMethod · 0.80
put_notarizationMethod · 0.80
put_finalizationMethod · 0.80
get_notarizationMethod · 0.80
pruneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected