* Returns the map of attributes * @return attributes. */
| 164 | * @return attributes. |
| 165 | */ |
| 166 | std::map<std::string, std::string> getAttributes() const { |
| 167 | return {attributes_.begin(), attributes_.end()}; |
| 168 | } |
| 169 | |
| 170 | /** |
| 171 | * Returns the map of attributes |
no test coverage detected