MCPcopy 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
1192Status DBImpl::Delete(const WriteOptions& options, const Slice& key) {
1193 return DB::Delete(options, key);
1194}
1195
1196Status DBImpl::Write(const WriteOptions& options, WriteBatch* updates) {
1197 Writer w(&mutex_);

Callers 1

ReleaseSnapshotMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected