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

Method SetLastSequence

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

Set the last sequence number to s.

Source from the content-addressed store, hash-verified

213
214 // Set the last sequence number to s.
215 void SetLastSequence(uint64_t s) {
216 assert(s >= last_sequence_);
217 last_sequence_ = s;
218 }
219
220 // Mark the specified file number as used.
221 void MarkFileNumberUsed(uint64_t number);

Callers 6

NewDBMethod · 0.45
RecoverMethod · 0.45
WriteMethod · 0.45
WriteDescriptorMethod · 0.45
TESTFunction · 0.45
LogAndApplyMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36