Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
692
void BerkeleyBatch::CloseCursor()
693
{
694
if (!m_cursor) return;
695
m_cursor->close();
696
m_cursor = nullptr;
697
}
698
699
bool BerkeleyBatch::TxnBegin()
700
{
Callers
4
Rewrite
Method · 0.45
LoadWallet
Method · 0.45
FindWalletTx
Method · 0.45
DumpWallet
Function · 0.45
Calls
1
close
Method · 0.45
Tested by
no test coverage detected