| 732 | } |
| 733 | |
| 734 | WriterVersion ReaderImpl::getWriterVersion() const { |
| 735 | return getWriterVersionImpl(contents_.get()); |
| 736 | } |
| 737 | |
| 738 | uint64_t ReaderImpl::getContentLength() const { |
| 739 | return footer_->content_length(); |
nothing calls this directly
no test coverage detected