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

Method StartCursor

src/wallet/bdb.cpp:657–664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

655}
656
657bool BerkeleyBatch::StartCursor()
658{
659 assert(!m_cursor);
660 if (!pdb)
661 return false;
662 int ret = pdb->cursor(nullptr, &m_cursor, 0);
663 return ret == 0;
664}
665
666bool BerkeleyBatch::ReadAtCursor(CDataStream& ssKey, CDataStream& ssValue, bool& complete)
667{

Callers 4

RewriteMethod · 0.45
LoadWalletMethod · 0.45
FindWalletTxMethod · 0.45
DumpWalletFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected