| 592 | |
| 593 | |
| 594 | string getSlaveOperationPath( |
| 595 | const string& metaDir, |
| 596 | const SlaveID& slaveId, |
| 597 | const id::UUID& operationUuid) |
| 598 | { |
| 599 | return getOperationPath(getSlavePath(metaDir, slaveId), operationUuid); |
| 600 | } |
| 601 | |
| 602 | |
| 603 | Try<id::UUID> parseOperationPath( |
no test coverage detected