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

Method key

src/leveldb/table/merger.cc:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 }
109
110 Slice key() const override {
111 assert(Valid());
112 return current_->key();
113 }
114
115 Slice value() const override {
116 assert(Valid());

Callers 3

NextMethod · 0.45
FindSmallestMethod · 0.45
FindLargestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected