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

Method Put

src/leveldb/db/recovery_test.cc:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 Status Put(const std::string& k, const std::string& v) {
71 return db_->Put(WriteOptions(), k, v);
72 }
73
74 std::string Get(const std::string& k, const Snapshot* snapshot = nullptr) {
75 std::string result;

Callers 1

MakeLogFileMethod · 0.45

Calls 1

WriteOptionsClass · 0.85

Tested by

no test coverage detected