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

Method hasCompound

src/openms/source/ANALYSIS/TARGETED/TargetedExperiment.cpp:486–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484 }
485
486 bool TargetedExperiment::hasCompound(const String & ref) const
487 {
488 if (compound_reference_map_dirty_)
489 {
490 createCompoundReferenceMap_();
491 }
492 return compound_reference_map_.find(ref) != compound_reference_map_.end();
493 }
494
495 void TargetedExperiment::addPeptide(const Peptide & rhs)
496 {

Callers 2

TargetedExperiment>Method · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected