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

Method BatchWrite

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

Source from the content-addressed store, hash-verified

45bool CCoinsView::HaveCoins(const uint256 &txid) const { return false; }
46uint256 CCoinsView::GetBestBlock() const { return uint256(); }
47bool CCoinsView::BatchWrite(CCoinsMap &mapCoins, const uint256 &hashBlock) { return false; }
48bool CCoinsView::GetStats(CCoinsStats &stats) const { return false; }
49
50

Callers 1

FlushMethod · 0.45

Calls 7

findMethod · 0.80
IsPrunedMethod · 0.80
beginMethod · 0.45
endMethod · 0.45
swapMethod · 0.45
DynamicMemoryUsageMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected