| 12 | } |
| 13 | |
| 14 | Int64 MdfAttachment::Index::get() { |
| 15 | return attachment_ != nullptr ? attachment_->Index() : 0; |
| 16 | } |
| 17 | |
| 18 | UInt16 MdfAttachment::CreatorIndex::get() { |
| 19 | return attachment_ != nullptr ? attachment_->CreatorIndex() : 0; |
nothing calls this directly
no test coverage detected