MCPcopy 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

testPeakFileOptionsFunction · 0.95
handleCVParam_Method · 0.80
startElementMethod · 0.80
startElementMethod · 0.80

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by 1

testPeakFileOptionsFunction · 0.76