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

Method isMetaEmpty

src/openms/source/METADATA/MetaInfoInterface.cpp:219–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217 }
218
219 bool MetaInfoInterface::isMetaEmpty() const
220 {
221 if (meta_ == nullptr)
222 {
223 return true;
224 }
225 return meta_->empty();
226 }
227
228 void MetaInfoInterface::clearMetaInfo()
229 {

Callers 15

main_Method · 0.80
main_Method · 0.80
main_Method · 0.80
storeMetaInfo_Method · 0.80
storeFeatures_Method · 0.80
storeMapMetaData_Method · 0.80
writeToMethod · 0.80
writeUserParams_Method · 0.80
writeMetaInfos_Method · 0.80
storeMetaInfos_Method · 0.80

Calls 1

emptyMethod · 0.45

Tested by 3

START_SECTIONFunction · 0.64
testDataProcessingFunction · 0.64