MCPcopy Create free account
hub / github.com/baidu/tera / value

Method value

src/leveldb/table/table_test.cc:298–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296 }
297
298 virtual Slice value() const { return iter_->value(); }
299 virtual Status status() const { return status_.ok() ? iter_->status() : status_; }
300
301 private:

Callers 2

ToStringMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected