Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DNAProject/DNA
/ isActive
Method
isActive
consensus/vbft/node_sync.go:290–292 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
288
}
289
290
func
(self *Syncer) isActive() bool {
291
return
self.nextReqBlkNum <= self.targetBlkNum
292
}
293
294
func
(self *Syncer) startPeerSyncer(syncer *PeerSyncer, targetBlkNum uint32) {
295
Callers
1
canFastForward
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected