MCPcopy 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

ReadMetaMethod · 0.45
InternalGetMethod · 0.45
ApproximateOffsetOfMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected