| 400 | } |
| 401 | |
| 402 | const char * FormatMetadataImpl::getID() const noexcept |
| 403 | { |
| 404 | return getAttributeValueString(METADATA_ID).c_str(); |
| 405 | } |
| 406 | |
| 407 | void FormatMetadataImpl::setID(const char * id) noexcept |
| 408 | { |
no outgoing calls
no test coverage detected