MCPcopy 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
176uint64_t Reader::LastRecordOffset() { return last_record_offset_; }
177
178void Reader::ReportCorruption(uint64_t bytes, const char* reason) {
179 ReportDrop(bytes, Status::Corruption(reason, file_->GetName()));

Callers 2

PrintLogContentsFunction · 0.80

Calls

no outgoing calls

Tested by 1