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

Method SetLogNumber

src/leveldb/db/version_edit.h:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 comparator_ = name.ToString();
39 }
40 void SetLogNumber(uint64_t num) {
41 has_log_number_ = true;
42 log_number_ = num;
43 }
44 void SetPrevLogNumber(uint64_t num) {
45 has_prev_log_number_ = true;
46 prev_log_number_ = num;

Callers 6

NewDBMethod · 0.80
CompactMemTableMethod · 0.80
OpenMethod · 0.80
WriteDescriptorMethod · 0.80
TESTFunction · 0.80
LogAndApplyMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64