MCPcopy Create free account
hub / github.com/DNAProject/DNA / Type

Method Type

consensus/dbft/prepare_request.go:95–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93}
94
95func (pr *PrepareRequest) Type() ConsensusMessageType {
96 log.Debug()
97 return pr.ConsensusMessageData().Type
98}
99
100func (pr *PrepareRequest) ViewNumber() byte {
101 log.Debug()

Callers

nothing calls this directly

Calls 2

ConsensusMessageDataMethod · 0.95
DebugFunction · 0.92

Tested by

no test coverage detected