MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / GetBestBlock

Method GetBestBlock

src/test/coins_tests.cpp:58–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 uint256 GetBestBlock() const override { return hashBestBlock_; }
59
60 void BatchWrite(CoinsViewCacheCursor& cursor, const uint256& block_hash) override
61 {

Callers 10

BOOST_FIXTURE_TEST_CASEFunction · 0.45
BOOST_FIXTURE_TEST_CASEFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
TestCoinsViewFunction · 0.45
GetUTXOStatsFunction · 0.45
gettxoutFunction · 0.45
ComputeUTXOStatsFunction · 0.45
EXCLUSIVE_LOCKS_REQUIREDFunction · 0.45
VerifyLoadedChainstateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected