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

Method getGroup

src/openms/source/DATASTRUCTURES/CalibrationData.cpp:135–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 }
134
135 int CalibrationData::getGroup( Size i ) const
136 {
137 if (!data_[i].metaValueExists("peakgroup"))
138 {
139 return -1;
140 }
141 return data_[i].getMetaValue("peakgroup");
142 }
143
144 OpenMS::StringList CalibrationData::getMetaValues()
145 {

Callers 1

Calls 2

metaValueExistsMethod · 0.80
getMetaValueMethod · 0.80

Tested by

no test coverage detected