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

Method empty

src/openms/source/METADATA/ID/IdentificationData.cpp:994–1004  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

992
993
994 bool IdentificationData::empty() const
995 {
996 return (input_files_.empty() && processing_softwares_.empty() &&
997 processing_steps_.empty() && db_search_params_.empty() &&
998 db_search_steps_.empty() && score_types_.empty() &&
999 observations_.empty() && parents_.empty() &&
1000 parent_groups_.empty() &&
1001 identified_peptides_.empty() && identified_compounds_.empty() &&
1002 identified_oligos_.empty() && adducts_.empty() &&
1003 observation_matches_.empty() && observation_match_groups_.empty());
1004 }
1005
1006
1007 void IdentificationData::mergeScoredProcessingResults_(

Callers 15

setMetaValue_Function · 0.45
operator()Method · 0.45
registerInputFileMethod · 0.45
registerScoreTypeMethod · 0.45
registerObservationMethod · 0.45
cleanupMethod · 0.45
removeMetaValueMethod · 0.45
importIDsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected