Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
func
(m *Package) GetSignature() []byte {
68
if
m != nil {
69
return
m.Signature
70
}
71
return
nil
72
}
73
74
func
(m *Package) GetSender() []byte {
75
if
m != nil {
Callers
2
decodePipe
Method · 0.45
decodeBytes
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected