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

Method value

src/leveldb/table/two_level_iterator.cc:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 return data_iter_.key();
35 }
36 Slice value() const override {
37 assert(Valid());
38 return data_iter_.value();
39 }
40 Status status() const override {
41 // It'd be nice if status() returned a const Status& instead of a Status
42 if (!index_iter_.status().ok()) {

Callers 1

InitDataBlockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected