MCPcopy Create free account
hub / github.com/ElementsProject/elements / GetKey

Method GetKey

src/txdb.cpp:264–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264bool CCoinsViewDBCursor::GetKey(COutPoint &key) const
265{
266 // Return cached key
267 if (keyTmp.first == DB_COIN) {
268 key = keyTmp.second;
269 return true;
270 }
271 return false;
272}
273
274bool CCoinsViewDBCursor::GetValue(Coin &coin) const
275{

Callers 7

AddAddressKnownFunction · 0.45
PushAddressFunction · 0.45
MaybeSendAddrMethod · 0.45
CursorMethod · 0.45
NextMethod · 0.45
LoadBlockIndexGutsMethod · 0.45
UpgradeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected