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

Method Valid

src/txdb.cpp:210–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210bool CCoinsViewDBCursor::Valid() const
211{
212 return keyTmp.first == DB_COIN;
213}
214
215void CCoinsViewDBCursor::Next()
216{

Callers 4

CursorMethod · 0.45
NextMethod · 0.45
LoadBlockIndexGutsMethod · 0.45
UpgradeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected