| 476 | } |
| 477 | |
| 478 | bool WorkflowStepResult_Impl::setMeasureUUID(const UUID& uuid) { |
| 479 | m_measureId = removeBraces(uuid); |
| 480 | return true; |
| 481 | } |
| 482 | |
| 483 | void WorkflowStepResult_Impl::resetMeasureUUID() { |
| 484 | m_measureId.reset(); |
nothing calls this directly
no test coverage detected