Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ containsMSLevel
Method
containsMSLevel
src/openms/source/FORMAT/OPTIONS/PeakFileOptions.cpp:156–159 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
154
}
155
156
bool PeakFileOptions::containsMSLevel(int level) const
157
{
158
return find(ms_levels_.begin(), ms_levels_.end(), level) != ms_levels_.end();
159
}
160
161
const vector<Int>& PeakFileOptions::getMSLevels() const
162
{
Callers
5
testPeakFileOptions
Function · 0.95
handleCVParam_
Method · 0.80
startElement
Method · 0.80
startElement
Method · 0.80
PeakFileOptions_test.cpp
File · 0.80
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
1
testPeakFileOptions
Function · 0.76