| 584 | |
| 585 | |
| 586 | string getOperationPath( |
| 587 | const string& rootDir, |
| 588 | const id::UUID& operationUuid) |
| 589 | { |
| 590 | return path::join(rootDir, OPERATIONS_DIR, operationUuid.toString()); |
| 591 | } |
| 592 | |
| 593 | |
| 594 | string getSlaveOperationPath( |
no test coverage detected