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

Method getMetaValue

src/openms/source/METADATA/MetaInfoInterface.cpp:133–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 }
132
133 DataValue MetaInfoInterface::getMetaValue(const String& name, const DataValue& default_value) const
134 {
135 if (meta_ == nullptr)
136 {
137 return default_value;
138 }
139 return meta_->getValue(name, default_value);
140 }
141
142 const DataValue& MetaInfoInterface::getMetaValue(UInt index) const
143 {

Callers 15

updateEntries_Method · 0.80
populatePeakDataRow_Function · 0.80
updateEntriesMethod · 0.80
paintPeptideIDs_Method · 0.80
paintMethod · 0.80
addPeakAnnotations_Method · 0.80
activate1DSpectrumMethod · 0.80
addPrecursorLabels1D_Method · 0.80
mouseMoveEventMethod · 0.80
contextMenuEventMethod · 0.80
add1DChromLayersFunction · 0.80

Calls 1

getValueMethod · 0.45

Tested by 15

updateEntries_Method · 0.64
populatePeakDataRow_Function · 0.64
updateEntriesMethod · 0.64
add1DChromLayersFunction · 0.64
main_Method · 0.64
annotateSpectraMethod · 0.64
searchSpectrumMethod · 0.64
targetedMatchingMethod · 0.64
mergeFeaturesMethod · 0.64
runMethod · 0.64