Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bitcoin-ABC/bitcoin-abc
/ HaveCoin
Method
HaveCoin
src/txdb.cpp:111–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
bool CCoinsViewDB::HaveCoin(const COutPoint &outpoint) const {
112
return m_db->Exists(CoinEntry(&outpoint));
113
}
114
115
BlockHash CCoinsViewDB::GetBestBlock() const {
116
BlockHash hashBestChain;
Callers
11
check
Method · 0.45
PreChecks
Method · 0.45
AcceptPackage
Method · 0.45
UndoCoinSpend
Function · 0.45
ConnectBlock
Method · 0.45
SimulationTest
Method · 0.45
BOOST_FIXTURE_TEST_CASE
Function · 0.45
TestFlushBehavior
Method · 0.45
SetupSnapshot
Method · 0.45
TestCoinsView
Function · 0.45
FUZZ_TARGET
Function · 0.45
Calls
2
CoinEntry
Class · 0.70
Exists
Method · 0.45
Tested by
6
SimulationTest
Method · 0.36
BOOST_FIXTURE_TEST_CASE
Function · 0.36
TestFlushBehavior
Method · 0.36
SetupSnapshot
Method · 0.36
TestCoinsView
Function · 0.36
FUZZ_TARGET
Function · 0.36