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

Method Tip

src/test/versionbits_tests.cpp:184–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182 VersionBitsTester& TestActiveDelayed() { return TestState(ThresholdState::ACTIVE, ThresholdState::LOCKED_IN); }
183
184 CBlockIndex* Tip() { return vpblock.empty() ? nullptr : vpblock.back(); }
185};
186
187BOOST_FIXTURE_TEST_SUITE(versionbits_tests, TestingSetup)

Callers 15

BOOST_FIXTURE_TEST_CASEFunction · 0.45
CreateSyncedWalletFunction · 0.45
BOOST_FIXTURE_TEST_CASEFunction · 0.45
BOOST_FIXTURE_TEST_CASEFunction · 0.45
BOOST_FIXTURE_TEST_CASEFunction · 0.45
BOOST_FIXTURE_TEST_CASEFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected