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

Method status

src/leveldb/db/db_test.cc:2110–2110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2108 Slice key() const override { return iter_->first; }
2109 Slice value() const override { return iter_->second; }
2110 Status status() const override { return Status::OK(); }
2111
2112 private:
2113 const KVMap* const map_;

Callers 1

AllEntriesForMethod · 0.45

Calls 1

OKFunction · 0.85

Tested by

no test coverage detected