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

Method SeekToLast

src/leveldb/table/merger.cc:39–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 }
38
39 void SeekToLast() override {
40 for (int i = 0; i < n_; i++) {
41 children_[i].SeekToLast();
42 }
43 FindLargest();
44 direction_ = kReverse;
45 }
46
47 void Seek(const Slice& target) override {
48 for (int i = 0; i < n_; i++) {

Callers 1

PrevMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected