Get user-defined metadata. */
| 1082 | |
| 1083 | /** Get user-defined metadata. */ |
| 1084 | inline const std::map<std::string, std::vector<std::string>> |
| 1085 | GetMetadata() const |
| 1086 | { |
| 1087 | return m_metadata; |
| 1088 | } |
| 1089 | |
| 1090 | /** Get user-defined metadata by item name. */ |
| 1091 | inline const std::vector<std::string> * |
no test coverage detected