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

Method hasTermWithName

src/openms/source/FORMAT/ControlledVocabulary.cpp:488–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486 }
487
488 bool ControlledVocabulary::hasTermWithName(const OpenMS::String& name) const
489 {
490 std::map<String, String>::const_iterator it = namesToIds_.find(name);
491 return it != namesToIds_.end();
492 }
493
494 bool ControlledVocabulary::isChildOf(const String& child, const String& parent) const
495 {

Callers 5

writeToMethod · 0.80
writeEnzyme_Method · 0.80
writePeptideHitMethod · 0.80
writeXLMSPeptideHitMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected