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

Method status

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

Source from the content-addressed store, hash-verified

133 return iter_->value();
134 }
135 virtual Status status() const { return iter_->status(); }
136
137 private:
138 Iterator* iter_;

Callers 2

statusMethod · 0.45
InternalGetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected