| 539 | } |
| 540 | |
| 541 | bool WorkflowStepResult_Impl::setMeasureTaxonomy(const std::string& taxonomy) { |
| 542 | m_measureTaxonomy = taxonomy; |
| 543 | return true; |
| 544 | } |
| 545 | |
| 546 | void WorkflowStepResult_Impl::resetMeasureTaxonomy() { |
| 547 | m_measureTaxonomy.reset(); |
no outgoing calls
no test coverage detected