MCPcopy Create free account
hub / github.com/DOSNetwork/core / GetRequestNonce

Method GetRequestNonce

p2p/package.pb.go:81–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79}
80
81func (m *Package) GetRequestNonce() uint64 {
82 if m != nil {
83 return m.RequestNonce
84 }
85 return 0
86}
87
88func (m *Package) GetReplyFlag() bool {
89 if m != nil {

Callers 1

decodePipeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected