| 222 | |
| 223 | |
| 224 | void BaseFeature::setPrimaryID(const IdentificationData::IdentifiedMolecule& id) |
| 225 | { |
| 226 | primary_id_ = id; |
| 227 | } |
| 228 | |
| 229 | |
| 230 | const std::set<IdentificationData::ObservationMatchRef>& BaseFeature::getIDMatches() const |
no outgoing calls
no test coverage detected