MCPcopy Create free account
hub / github.com/ElementsProject/elements / Delete

Method Delete

src/leveldb/db/dumpfile.cc:85–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 dst_->Append(r);
84 }
85 void Delete(const Slice& key) override {
86 std::string r = " del '";
87 AppendEscapedStringTo(&r, key);
88 r += "'\n";
89 dst_->Append(r);
90 }
91
92 WritableFile* dst_;
93};

Callers

nothing calls this directly

Calls 2

AppendEscapedStringToFunction · 0.85
AppendMethod · 0.45

Tested by

no test coverage detected