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

Method insertHit

src/openms/source/METADATA/PeptideIdentification.cpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 }
93
94 void PeptideIdentification::insertHit(const PeptideHit& hit)
95 {
96 hits_.push_back(hit);
97 }
98
99 void PeptideIdentification::insertHit(PeptideHit&& hit)
100 {

Callers 15

testFeatureXMLFileFunction · 0.95
main_Method · 0.45
main_Method · 0.45
main_Method · 0.45
main_Method · 0.45
main_Method · 0.45
main_Method · 0.45
mergeIds_Method · 0.45
mergeIDs_Method · 0.45

Calls 1

push_backMethod · 0.45

Tested by 7

testFeatureXMLFileFunction · 0.76
main_Method · 0.36
loadMethod · 0.36
START_SECTIONFunction · 0.36
START_SECTIONFunction · 0.36