| 86 | } |
| 87 | |
| 88 | std::vector<std::shared_ptr<Annotation> > AnnotationList::getAnnotations() const { |
| 89 | return _annotations; |
| 90 | } |
| 91 | |
| 92 | std::vector<std::shared_ptr<AnnotationGroup> > AnnotationList::getGroups() const { |
| 93 | return _groups; |
no outgoing calls
no test coverage detected