| 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 | { |
no test coverage detected