MCPcopy Create free account
hub / github.com/ElementsProject/elements / BatchWrite

Method BatchWrite

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

Source from the content-addressed store, hash-verified

14uint256 CCoinsView::GetBestBlock() const { return uint256(); }
15std::vector<uint256> CCoinsView::GetHeadBlocks() const { return std::vector<uint256>(); }
16bool CCoinsView::BatchWrite(CCoinsMap &mapCoins, const uint256 &hashBlock) { return false; }
17std::unique_ptr<CCoinsViewCursor> CCoinsView::Cursor() const { return nullptr; }
18// ELEMENTS:
19bool CCoinsView::IsPeginSpent(const std::pair<uint256, COutPoint> &outpoint) const { return false; }

Callers 1

FlushMethod · 0.45

Calls 6

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

Tested by

no test coverage detected