MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / GetKey

Method GetKey

src/txdb.cpp:190–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190bool CCoinsViewDBCursor::GetKey(COutPoint &key) const
191{
192 // Return cached key
193 if (keyTmp.first == DB_COIN) {
194 key = keyTmp.second;
195 return true;
196 }
197 return false;
198}
199
200bool CCoinsViewDBCursor::GetValue(Coin &coin) const
201{

Callers 7

SendMessagesMethod · 0.45
CursorMethod · 0.45
NextMethod · 0.45
LoadBlockIndexGutsMethod · 0.45
UpgradeMethod · 0.45
AddAddressKnownMethod · 0.45
PushAddressMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected