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

Method registerProcessingStep

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

Source from the content-addressed store, hash-verified

251
252
253 IdentificationData::ProcessingStepRef
254 IdentificationData::registerProcessingStep(
255 const ProcessingStep& step)
256 {
257 return registerProcessingStep(step, db_search_params_.end());
258 }
259
260
261 IdentificationData::ProcessingStepRef

Callers 6

main_Method · 0.80
main_Method · 0.80
runMethod · 0.80
loadProcessingSteps_Method · 0.80
importIDsMethod · 0.80

Calls 3

isValidReference_Function · 0.85
endMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected