| 40 | } |
| 41 | |
| 42 | bool MdfWriter::IsFileNew::get() { |
| 43 | return writer_ != nullptr ? writer_->IsFileNew() : false; |
| 44 | } |
| 45 | |
| 46 | void MdfWriter::CompressData::set(bool compress) { |
| 47 | if (writer_ != nullptr) { |
nothing calls this directly
no test coverage detected