Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ Delete
Method
Delete
src/leveldb/db/db_impl.cc:1192–1194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1190
}
1191
1192
Status DBImpl::Delete(const WriteOptions& options, const Slice& key) {
1193
return DB::Delete(options, key);
1194
}
1195
1196
Status DBImpl::Write(const WriteOptions& options, WriteBatch* updates) {
1197
Writer w(&mutex_);
Callers
1
ReleaseSnapshot
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected