MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / Tip

Method Tip

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

Source from the content-addressed store, hash-verified

154 }
155
156 CBlockIndex * Tip() { return vpblock.size() ? vpblock.back() : nullptr; }
157};
158
159BOOST_FIXTURE_TEST_SUITE(versionbits_tests, TestingSetup)

Callers 15

rescanblockchainFunction · 0.45
importwalletFunction · 0.45
dumpwalletFunction · 0.45
importmultiFunction · 0.45
CreateWalletFromFileMethod · 0.45
BOOST_FIXTURE_TEST_CASEFunction · 0.45
BOOST_FIXTURE_TEST_CASEFunction · 0.45
CreateBlockIndexFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected