| 122 | } |
| 123 | |
| 124 | std::string Mdf3File::Version() const { |
| 125 | return !id_block_ ? "" : id_block_->VersionString(); |
| 126 | } |
| 127 | |
| 128 | void Mdf3File::ProgramId(const std::string &program_id) { |
| 129 | if (id_block_) { |
nothing calls this directly
no test coverage detected