Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ ErasePrefix
Method
ErasePrefix
src/wallet/sqlite.cpp:552–555 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
550
}
551
552
bool SQLiteBatch::ErasePrefix(std::span<const std::byte> prefix)
553
{
554
return ExecStatement(m_delete_prefix_stmt, prefix);
555
}
556
557
bool SQLiteBatch::HasKey(DataStream&& key)
558
{
Callers
3
EraseAddressData
Method · 0.45
EraseRecords
Method · 0.45
BOOST_AUTO_TEST_CASE
Function · 0.45
Calls
no outgoing calls
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.36