MCPcopy 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
274bool CCoinsViewDBCursor::GetValue(Coin &coin) const
275{
276 return pcursor->GetValue(coin);
277}
278
279unsigned int CCoinsViewDBCursor::GetValueSize() const
280{

Callers 9

LoadBlockIndexGutsMethod · 0.45
UpgradeMethod · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
LookupRangeFunction · 0.45
FindScriptPubKeyFunction · 0.45
CreateUTXOSnapshotFunction · 0.45
GetUTXOStatsFunction · 0.45

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.36