MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / BatchWrite

Method BatchWrite

src/coins.cpp:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11uint256 CCoinsView::GetBestBlock() const { return uint256(); }
12std::vector<uint256> CCoinsView::GetHeadBlocks() const { return std::vector<uint256>(); }
13bool CCoinsView::BatchWrite(CCoinsMap &mapCoins, const uint256 &hashBlock) { return false; }
14CCoinsViewCursor *CCoinsView::Cursor() const { return nullptr; }
15
16bool CCoinsView::HaveCoin(const COutPoint &outpoint) const

Callers 1

FlushMethod · 0.45

Calls 6

beginMethod · 0.45
endMethod · 0.45
eraseMethod · 0.45
findMethod · 0.45
IsSpentMethod · 0.45
DynamicMemoryUsageMethod · 0.45

Tested by

no test coverage detected