Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ EraseImpl
Method
EraseImpl
src/dbwrapper.cpp:186–190 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
184
}
185
186
void CDBBatch::EraseImpl(std::span<const std::byte> key)
187
{
188
leveldb::Slice slKey(CharCast(key.data()), key.size());
189
m_impl_batch->batch.Delete(slKey);
190
}
191
192
size_t CDBBatch::ApproximateSize() const
193
{
Callers
nothing calls this directly
Calls
4
CharCast
Function · 0.70
data
Method · 0.45
size
Method · 0.45
Delete
Method · 0.45
Tested by
no test coverage detected