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

Method Valid

src/txdb.cpp:284–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284bool CCoinsViewDBCursor::Valid() const
285{
286 return keyTmp.first == DB_COIN;
287}
288
289void CCoinsViewDBCursor::Next()
290{

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected