Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ addMappingRule
Method
addMappingRule
src/openms/source/DATASTRUCTURES/CVMappings.cpp:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
void CVMappings::addMappingRule(const CVMappingRule& cv_mapping_rule)
64
{
65
mapping_rules_.push_back(cv_mapping_rule);
66
}
67
68
void CVMappings::setCVReferences(const vector<CVReference>& cv_references)
69
{
Callers
1
CVMappings_test.cpp
File · 0.80
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected