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

Method exists

src/openms_gui/source/VISUAL/MultiGradient.cpp:242–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240 }
241
242 bool MultiGradient::exists(double position)
243 {
244 return pos_col_.find(position) != pos_col_.end();
245 }
246
247 bool MultiGradient::remove(double position)
248 {

Callers 15

foreachFunction · 0.45
loadMethod · 0.45
foreachFunction · 0.45
findPluginExecutableMethod · 0.45
mouseMoveEventMethod · 0.45
editParamMethod · 0.45
loadPreferencesMethod · 0.45
fileChanged_Method · 0.45
loadPreferencesMethod · 0.45
mainFunction · 0.45

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected