| 76 | } |
| 77 | |
| 78 | std::string DataPartStorageOnDiskBase::getRelativePath() const |
| 79 | { |
| 80 | return fs::path(root_path) / part_dir / ""; |
| 81 | } |
| 82 | |
| 83 | std::string DataPartStorageOnDiskBase::getParentDirectory() const |
| 84 | { |
no outgoing calls
no test coverage detected