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

Method status

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

Source from the content-addressed store, hash-verified

291
292 Slice value() const override { return iter_->value(); }
293 Status status() const override {
294 return status_.ok() ? iter_->status() : status_;
295 }
296
297 private:
298 mutable Status status_;

Callers 1

FinishImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected