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

Method setCVReferences

src/openms/source/DATASTRUCTURES/CVMappings.cpp:68–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 void CVMappings::setCVReferences(const vector<CVReference>& cv_references)
69 {
70 for (vector<CVReference>::const_iterator it = cv_references.begin(); it != cv_references.end(); ++it)
71 {
72 cv_references_[it->getIdentifier()] = *it;
73 cv_references_vector_.push_back(*it);
74 }
75 }
76
77 const vector<CVReference>& CVMappings::getCVReferences() const
78 {

Callers 3

loadMethod · 0.80
START_SECTIONFunction · 0.80

Calls 3

beginMethod · 0.45
endMethod · 0.45
push_backMethod · 0.45

Tested by 1

START_SECTIONFunction · 0.64