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

Method exists

src/openms/source/FORMAT/ControlledVocabulary.cpp:476–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474 }
475
476 bool ControlledVocabulary::exists(const String& id) const
477 {
478 return terms_.find(id) != terms_.end();
479 }
480
481 const ControlledVocabulary::CVTerm* ControlledVocabulary::checkAndGetTermByName(const OpenMS::String& name) const
482 {

Callers 15

storeMethod · 0.45
storeMethod · 0.45
loadMethod · 0.45
readResponseMethod · 0.45
handleCVParam_Method · 0.45
handleCVParam_Method · 0.45
handleCVParam_Method · 0.45
writeMetaInfos_Method · 0.45
writePeptideHitMethod · 0.45
writeXLMSPeptideHitMethod · 0.45
startElementMethod · 0.45

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected