MCPcopy 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
200bool CCoinsViewDBCursor::GetValue(Coin &coin) const
201{
202 return pcursor->GetValue(coin);
203}
204
205unsigned int CCoinsViewDBCursor::GetValueSize() const
206{

Callers 6

LoadBlockIndexGutsMethod · 0.45
UpgradeMethod · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
MigrateDataMethod · 0.45
GetUTXOStatsFunction · 0.45
FindScriptPubKeyFunction · 0.45

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.36