Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ LastRecordOffset
Method
LastRecordOffset
src/leveldb/db/log_reader.cc:176–176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
174
}
175
176
uint64_t Reader::LastRecordOffset() { return last_record_offset_; }
177
178
void Reader::ReportCorruption(uint64_t bytes, const char* reason) {
179
ReportDrop(bytes, Status::Corruption(reason, file_->GetName()));
Callers
2
CheckInitialOffsetRecord
Method · 0.80
PrintLogContents
Function · 0.80
Calls
no outgoing calls
Tested by
1
CheckInitialOffsetRecord
Method · 0.64