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

Method value

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

Source from the content-addressed store, hash-verified

2107 void Prev() override { --iter_; }
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:

Callers 4

AllEntriesForMethod · 0.45
IterStatusMethod · 0.45
TESTFunction · 0.45
CompareIteratorsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected