| 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 |
no test coverage detected