Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ addHit
Method
addHit
src/openms/source/METADATA/SpectrumIdentification.cpp:37–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
void SpectrumIdentification::addHit(const IdentificationHit & hit)
38
{
39
hits_.push_back(hit);
40
}
41
42
const vector<IdentificationHit> & SpectrumIdentification::getHits() const
43
{
Callers
2
testSpectrumIdentification
Function · 0.95
endElement
Method · 0.45
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected