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

Method getKeys

src/openms/source/METADATA/MetaInfoInterface.cpp:203–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201 }
202
203 void MetaInfoInterface::getKeys(std::vector<String>& keys) const
204 {
205 if (meta_ != nullptr)
206 {
207 meta_->getKeys(keys);
208 }
209 }
210
211 void MetaInfoInterface::getKeys(std::vector<UInt>& keys) const
212 {

Callers 1

addMetaValuesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected