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

Method GetSignature

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

Source from the content-addressed store, hash-verified

65}
66
67func (m *Package) GetSignature() []byte {
68 if m != nil {
69 return m.Signature
70 }
71 return nil
72}
73
74func (m *Package) GetSender() []byte {
75 if m != nil {

Callers 2

decodePipeMethod · 0.45
decodeBytesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected