MCPcopy 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
552bool SQLiteBatch::ErasePrefix(std::span<const std::byte> prefix)
553{
554 return ExecStatement(m_delete_prefix_stmt, prefix);
555}
556
557bool SQLiteBatch::HasKey(DataStream&& key)
558{

Callers 3

EraseAddressDataMethod · 0.45
EraseRecordsMethod · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.36