()
| 317 | } |
| 318 | |
| 319 | func (this *BlockCache) getNonEmptyBlockCount() int { |
| 320 | return len(this.blocksCache) - this.emptyBlockAmount |
| 321 | } |
| 322 | func (this *BlockSyncMgr) getNonEmptyBlockCount() int { |
| 323 | this.lock.RLock() |
| 324 | defer this.lock.RUnlock() |
no outgoing calls
no test coverage detected