| 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_( |
no outgoing calls
no test coverage detected