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

Method addPrecursorFeature

src/openms/source/KERNEL/MRMFeature.cpp:105–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 }
104
105 void MRMFeature::addPrecursorFeature(const Feature & feature, const String& key)
106 {
107 precursor_features_.push_back(feature);
108 precursor_feature_map_[key] = Int(precursor_features_.size()) - 1;
109 }
110
111 void MRMFeature::addPrecursorFeature(Feature && feature, const String& key)
112 {

Callers 4

testMRMFeatureFunction · 0.95
subsetMethod · 0.80
START_SECTIONFunction · 0.80

Calls 2

push_backMethod · 0.45
sizeMethod · 0.45

Tested by 2

testMRMFeatureFunction · 0.76
START_SECTIONFunction · 0.64