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

Method SeekToLast

src/leveldb/db/db_iter.cc:303–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303void DBIter::SeekToLast() {
304 direction_ = kReverse;
305 ClearSavedValue();
306 iter_->SeekToLast();
307 FindPrevUserEntry();
308}
309
310} // anonymous namespace
311

Callers 3

ReadReverseMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36