Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ GetValue
Method
GetValue
src/txdb.cpp:200–203 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
198
}
199
200
bool CCoinsViewDBCursor::GetValue(Coin &coin) const
201
{
202
return pcursor->GetValue(coin);
203
}
204
205
unsigned int CCoinsViewDBCursor::GetValueSize() const
206
{
Callers
6
LoadBlockIndexGuts
Method · 0.45
Upgrade
Method · 0.45
BOOST_AUTO_TEST_CASE
Function · 0.45
MigrateData
Method · 0.45
GetUTXOStats
Function · 0.45
FindScriptPubKey
Function · 0.45
Calls
no outgoing calls
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.36