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

Method getAnnotationStatistics

src/openms/source/KERNEL/FeatureMap.cpp:425–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423 }
424
425 AnnotationStatistics FeatureMap::getAnnotationStatistics() const
426 {
427 AnnotationStatistics result;
428 for (ConstIterator iter = this->begin(); iter != this->end(); ++iter)
429 {
430 result += iter->getAnnotationState();
431 }
432 return result;
433 }
434
435
436 std::set<IdentificationDataInternal::ObservationMatchRef> FeatureMap::getUnassignedIDMatches() const

Callers 2

annotateMethod · 0.80

Calls 3

getAnnotationStateMethod · 0.80
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected