Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ GetValue
Method
GetValue
src/txdb.cpp:274–277 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
272
}
273
274
bool CCoinsViewDBCursor::GetValue(Coin &coin) const
275
{
276
return pcursor->GetValue(coin);
277
}
278
279
unsigned int CCoinsViewDBCursor::GetValueSize() const
280
{
Callers
9
LoadBlockIndexGuts
Method · 0.45
Upgrade
Method · 0.45
BOOST_AUTO_TEST_CASE
Function · 0.45
CopyHeightIndexToHashIndex
Function · 0.45
CopyHeightIndexToHashIndex
Function · 0.45
LookupRange
Function · 0.45
FindScriptPubKey
Function · 0.45
CreateUTXOSnapshot
Function · 0.45
GetUTXOStats
Function · 0.45
Calls
no outgoing calls
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.36