Path where the state of the materializer is saved.
(&self)
| 290 | |
| 291 | /// Path where the state of the materializer is saved. |
| 292 | fn state_path(&self) -> PathBuf { |
| 293 | self.dir.join(STATE_JSON_FILE_NAME) |
| 294 | } |
| 295 | |
| 296 | /// Directory where scripts are exported, to be mounted into containers. |
| 297 | fn scripts_dir(&self) -> PathBuf { |