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

Method sync

p2pserver/block_sync.go:419–422  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

417}
418
419func (this *BlockSyncMgr) sync() {
420 this.syncHeader()
421 this.syncBlock()
422}
423
424func (this *BlockSyncMgr) syncHeader() {
425 if !this.server.reachMinConnection() {

Callers 1

StartMethod · 0.95

Calls 2

syncHeaderMethod · 0.95
syncBlockMethod · 0.95

Tested by

no test coverage detected