Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
81
func
(m *Package) GetRequestNonce() uint64 {
82
if
m != nil {
83
return
m.RequestNonce
84
}
85
return
0
86
}
87
88
func
(m *Package) GetReplyFlag() bool {
89
if
m != nil {
Callers
1
decodePipe
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected