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

Method CloseCursor

src/wallet/bdb.cpp:692–697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

690}
691
692void BerkeleyBatch::CloseCursor()
693{
694 if (!m_cursor) return;
695 m_cursor->close();
696 m_cursor = nullptr;
697}
698
699bool BerkeleyBatch::TxnBegin()
700{

Callers 4

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

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected