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

Method addIDMatch

src/openms/source/KERNEL/BaseFeature.cpp:242–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240
241
242 void BaseFeature::addIDMatch(IdentificationData::ObservationMatchRef ref)
243 {
244 id_matches_.insert(ref);
245 }
246
247 void BaseFeature::updateIDReferences(const IdentificationData::RefTranslator& trans)
248 {

Callers 6

addMatchesToID_Method · 0.80
makeBaseFeature_Method · 0.80
importFeatureIDsMethod · 0.80
handleFeatureExport_Method · 0.80
importConsensusIDsMethod · 0.80
exportConsensusIDsMethod · 0.80

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected