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

Method GetReplyFlag

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

Source from the content-addressed store, hash-verified

86}
87
88func (m *Package) GetReplyFlag() bool {
89 if m != nil {
90 return m.ReplyFlag
91 }
92 return false
93}
94
95type ID struct {
96 // public_key of the peer (we no longer use the public key as the peer ID, but use it to verify messages)

Callers 1

decodePipeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected