MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / setPrimaryID

Method setPrimaryID

src/openms/source/KERNEL/BaseFeature.cpp:224–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

addMatchesToID_Method · 0.80
makeBaseFeature_Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected