MCPcopy 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
269bool CCoinsViewDBCursor::GetValue(Coin &coin) const
270{
271 return pcursor->GetValue(coin);
272}
273
274bool CCoinsViewDBCursor::Valid() const
275{

Callers 10

BOOST_AUTO_TEST_CASEFunction · 0.45
VerifyIteratorFunction · 0.45
dbwrapper.cppFile · 0.45
LookupRangeFunction · 0.45
FindScriptPubKeyFunction · 0.45
WriteUTXOSnapshotFunction · 0.45
ComputeUTXOStatsFunction · 0.45
LoadBlockIndexGutsMethod · 0.45

Calls

no outgoing calls

Tested by 2

BOOST_AUTO_TEST_CASEFunction · 0.36
VerifyIteratorFunction · 0.36