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

Method Valid

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

Source from the content-addressed store, hash-verified

125 }
126
127 bool Valid() const override { return current_ < restarts_; }
128 Status status() const override { return status_; }
129 Slice key() const override {
130 assert(Valid());

Callers 3

ReadMetaMethod · 0.45
InternalGetMethod · 0.45
ApproximateOffsetOfMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected