MCPcopy Create free account
hub / github.com/LUX-Core/lux / BatchWrite

Method BatchWrite

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

Source from the content-addressed store, hash-verified

49bool CCoinsView::HaveCoins(const uint256& txid) const { return false; }
50uint256 CCoinsView::GetBestBlock() const { return uint256(0); }
51bool CCoinsView::BatchWrite(CCoinsMap& mapCoins, const uint256& hashBlock) { return false; }
52bool CCoinsView::GetStats(CCoinsStats& stats) const { return false; }
53
54

Callers 1

FlushMethod · 0.45

Calls 7

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

Tested by

no test coverage detected