Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ value
Method
value
src/leveldb/table/block.cc:133–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
return key_;
132
}
133
Slice value() const override {
134
assert(Valid());
135
return value_;
136
}
137
138
void Next() override {
139
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