MCPcopy Create free account
hub / github.com/consensus-shipyard/ipc / HexEncodableBlockHash

Class HexEncodableBlockHash

ipc/observability/src/serde.rs:8–8  ·  view source on GitHub ↗

Hex encodable block hash.

Source from the content-addressed store, hash-verified

6
7/// Hex encodable block hash.
8pub struct HexEncodableBlockHash(pub Vec<u8>);
9
10impl fmt::Debug for HexEncodableBlockHash {
11 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {

Callers 11

process_proposalMethod · 0.85
commitMethod · 0.85
test_emitFunction · 0.85
test_emitFunction · 0.85
add_voteMethod · 0.85
find_quorumMethod · 0.85
set_finalizedMethod · 0.85
publish_vote_loopFunction · 0.85
test_emitFunction · 0.85
poll_nextMethod · 0.85
test_emitFunction · 0.85

Calls

no outgoing calls

Tested by 4

test_emitFunction · 0.68
test_emitFunction · 0.68
test_emitFunction · 0.68
test_emitFunction · 0.68