MCPcopy Create free account
hub / github.com/4paradigm/OpenMLDB / SeekToLast

Method SeekToLast

src/storage/segment.cc:889–894  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

887}
888
889void MemTableIterator::SeekToLast() {
890 if (it_ == NULL) {
891 return;
892 }
893 it_->SeekToLast();
894}
895
896} // namespace storage
897} // namespace fedb

Callers 1

CheckLatestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected