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

Method metaValueExists

src/openms/source/METADATA/MetaInfoInterface.cpp:160–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158 }
159
160 bool MetaInfoInterface::metaValueExists(const String& name) const
161 {
162 if (meta_ == nullptr)
163 {
164 return false;
165 }
166 return meta_->exists(name);
167 }
168
169 bool MetaInfoInterface::metaValueExists(UInt index) const
170 {

Callers 15

updateEntries_Method · 0.80
updatedSingleCell_Method · 0.80
populatePeakDataRow_Function · 0.80
updateEntriesMethod · 0.80
paintMethod · 0.80
addPeakAnnotations_Method · 0.80
activate1DSpectrumMethod · 0.80
addPrecursorLabels1D_Method · 0.80
contextMenuEventMethod · 0.80
add1DChromLayersFunction · 0.80
prepareChromatogramFunction · 0.80

Calls 1

existsMethod · 0.45

Tested by 15

updateEntries_Method · 0.64
updatedSingleCell_Method · 0.64
populatePeakDataRow_Function · 0.64
updateEntriesMethod · 0.64
add1DChromLayersFunction · 0.64
targetedMatchingMethod · 0.64
mergeFeaturesMethod · 0.64
isExperimentCachedMethod · 0.64