Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ GetValue
Method
GetValue
src/txdb.cpp:269–272 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
267
}
268
269
bool CCoinsViewDBCursor::GetValue(Coin &coin) const
270
{
271
return pcursor->GetValue(coin);
272
}
273
274
bool CCoinsViewDBCursor::Valid() const
275
{
Callers
10
BOOST_AUTO_TEST_CASE
Function · 0.45
VerifyIterator
Function · 0.45
dbwrapper.cpp
File · 0.45
CopyHeightIndexToHashIndex
Function · 0.45
LookupRange
Function · 0.45
FindScriptPubKey
Function · 0.45
CreateRolledBackUTXOSnapshot
Function · 0.45
WriteUTXOSnapshot
Function · 0.45
ComputeUTXOStats
Function · 0.45
LoadBlockIndexGuts
Method · 0.45
Calls
no outgoing calls
Tested by
2
BOOST_AUTO_TEST_CASE
Function · 0.36
VerifyIterator
Function · 0.36