| 89 | } |
| 90 | |
| 91 | void AnnotationGroup::setAttributes(std::map<std::string, std::string> attributes) { |
| 92 | _attributes = attributes; |
| 93 | _modified = true; |
| 94 | } |
| 95 | |
| 96 | void AnnotationGroup::clearAttributes() { |
| 97 | _attributes.clear(); |
nothing calls this directly
no outgoing calls
no test coverage detected