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

Method getProcessingInfo_

src/openms/source/APPLICATIONS/TOPPBase.cpp:2225–2231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2223 }
2224
2225 DataProcessing TOPPBase::getProcessingInfo_(DataProcessing::ProcessingAction action) const
2226 {
2227 std::set<DataProcessing::ProcessingAction> actions;
2228 actions.insert(action);
2229
2230 return getProcessingInfo_(actions);
2231 }
2232
2233 DataProcessing TOPPBase::getProcessingInfo_(const std::set<DataProcessing::ProcessingAction>& actions) const
2234 {

Callers

nothing calls this directly

Calls 11

setProcessingActionsMethod · 0.80
setVersionMethod · 0.80
setCompletionTimeMethod · 0.80
StringClass · 0.50
insertMethod · 0.45
setNameMethod · 0.45
setMethod · 0.45
setMetaValueMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
getNameMethod · 0.45

Tested by

no test coverage detected