(self)
| 127 | |
| 128 | impl ReplicaDir { |
| 129 | pub fn module_logs(self) -> ModuleLogsDir { |
| 130 | ModuleLogsDir(self.0.joined("module_logs")) |
| 131 | } |
| 132 | |
| 133 | pub fn snapshots(&self) -> SnapshotsPath { |
| 134 | SnapshotsPath(self.0.join("snapshots")) |
no test coverage detected