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

Method LastSequence

src/leveldb/db/version_set.h:212–212  ·  view source on GitHub ↗

Return the last sequence number.

Source from the content-addressed store, hash-verified

210
211 // Return the last sequence number.
212 uint64_t LastSequence() const { return last_sequence_; }
213
214 // Set the last sequence number to s.
215 void SetLastSequence(uint64_t s) {

Callers 6

RecoverMethod · 0.80
DoCompactionWorkMethod · 0.80
NewInternalIteratorMethod · 0.80
GetMethod · 0.80
GetSnapshotMethod · 0.80
WriteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected