Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
bool ThinTx::hasFull() const {
52
return !full_.IsNull();
53
}
54
55
const uint256& ThinTx::full() const {
56
if (!hasFull())
Callers
6
merge
Method · 0.80
equals
Method · 0.80
allTransactions
Method · 0.80
operator()
Method · 0.80
BOOST_AUTO_TEST_CASE
Function · 0.80
BOOST_AUTO_TEST_CASE
Function · 0.80
Calls
1
IsNull
Method · 0.45
Tested by
2
BOOST_AUTO_TEST_CASE
Function · 0.64
BOOST_AUTO_TEST_CASE
Function · 0.64