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

Method Seek

src/leveldb/table/merger.cc:47–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 void Seek(const Slice& target) override {
48 for (int i = 0; i < n_; i++) {
49 children_[i].Seek(target);
50 }
51 FindSmallest();
52 direction_ = kForward;
53 }
54
55 void Next() override {
56 assert(Valid());

Callers 2

NextMethod · 0.45
PrevMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected