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

Method DataProcessing

src/openms/source/METADATA/DataProcessing.cpp:42–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 DataProcessing::~DataProcessing() = default;
41
42 DataProcessing::DataProcessing(DataProcessing&& rhs) noexcept :
43 MetaInfoInterface(std::move(rhs)),
44 software_(std::move(rhs.software_)),
45 processing_actions_(std::move(rhs.processing_actions_)),
46 completion_time_(std::move(rhs.completion_time_))
47 {
48 }
49
50 bool DataProcessing::operator==(const DataProcessing& rhs) const
51 {

Callers 5

algorithmFunction · 0.80
_addDataProcessingFunction · 0.80
mainFunction · 0.80
testDataProcessingFunction · 0.80
testFeatureMapFunction · 0.80

Calls

no outgoing calls

Tested by 2

testDataProcessingFunction · 0.64
testFeatureMapFunction · 0.64