| 560 | } |
| 561 | |
| 562 | const Md4Block *MdfBlock::Md4() const { |
| 563 | return !md_comment_ ? nullptr |
| 564 | : dynamic_cast<const Md4Block *>(md_comment_.get()); |
| 565 | } |
| 566 | |
| 567 | void MdfBlock::Md4(const std::string &xml) { |
| 568 | auto md4 = std::make_unique<Md4Block>(xml); |
no test coverage detected