| 101 | } |
| 102 | |
| 103 | const ReferenceInfo::Component* ReferenceInfo::begin() const { |
| 104 | return _components.data(); |
| 105 | } |
| 106 | |
| 107 | const ReferenceInfo::Component* ReferenceInfo::end() const { |
| 108 | size_t endIndex = _components.size(); |
no test coverage detected