MCPcopy Create free account
hub / github.com/DNAProject/DNA / GetErrorRespCnt

Method GetErrorRespCnt

p2pserver/block_sync.go:95–97  ·  view source on GitHub ↗

GetErrorRespCnt get the error response count

()

Source from the content-addressed store, hash-verified

93
94//GetErrorRespCnt get the error response count
95func (this *NodeWeight) GetErrorRespCnt() int {
96 return this.errorRespCnt
97}
98
99//AppendNewReqTime append new request time
100func (this *NodeWeight) AppendNewReqtime() {

Callers 2

OnHeaderReceiveMethod · 0.80
saveBlockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected