| 254 | uint64_t Reader::LastRecordOffset() { return last_record_offset_; } |
| 255 | |
| 256 | uint64_t Reader::LastRecordEndOffset() { return last_record_end_offset_; } |
| 257 | |
| 258 | void Reader::ReportCorruption(uint64_t bytes, const char* reason) { |
| 259 | ReportDrop(bytes, Status::Corruption(reason)); |
no outgoing calls
no test coverage detected