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

Method key

src/leveldb/db/version_set.cc:190–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188 }
189 }
190 Slice key() const override {
191 assert(Valid());
192 return (*flist_)[index_]->largest.Encode();
193 }
194 Slice value() const override {
195 assert(Valid());
196 EncodeFixed64(value_buf_, (*flist_)[index_]->number);

Callers

nothing calls this directly

Calls 1

EncodeMethod · 0.45

Tested by

no test coverage detected