Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ HaveCoin
Method
HaveCoin
src/txdb.cpp:65–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
bool CCoinsViewDB::HaveCoin(const COutPoint &outpoint) const {
66
return db.Exists(CoinEntry(&outpoint));
67
}
68
69
uint256 CCoinsViewDB::GetBestBlock() const {
70
uint256 hashBestChain;
Callers
5
check
Method · 0.45
AcceptToMemoryPoolWorker
Function · 0.45
ApplyTxInUndo
Function · 0.45
ConnectBlock
Method · 0.45
BOOST_AUTO_TEST_CASE
Function · 0.45
Calls
2
CoinEntry
Class · 0.85
Exists
Method · 0.45
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.36