Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
303
void DBIter::SeekToLast() {
304
direction_ = kReverse;
305
ClearSavedValue();
306
iter_->SeekToLast();
307
FindPrevUserEntry();
308
}
309
310
} // anonymous namespace
311
Callers
3
ReadReverse
Method · 0.45
TEST
Function · 0.45
leveldb_iter_seek_to_last
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36