Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
NewDB
Method · 0.80
CompactMemTable
Method · 0.80
Open
Method · 0.80
WriteDescriptor
Method · 0.80
TEST
Function · 0.80
LogAndApply
Method · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64