Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ReadMeta
Method · 0.45
InternalGet
Method · 0.45
ApproximateOffsetOf
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected