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

Method hasFull

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

Source from the content-addressed store, hash-verified

49}
50
51bool ThinTx::hasFull() const {
52 return !full_.IsNull();
53}
54
55const uint256& ThinTx::full() const {
56 if (!hasFull())

Callers 6

mergeMethod · 0.80
equalsMethod · 0.80
allTransactionsMethod · 0.80
operator()Method · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80

Calls 1

IsNullMethod · 0.45

Tested by 2

BOOST_AUTO_TEST_CASEFunction · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64