(dot_dir: &Path)
| 397 | } |
| 398 | |
| 399 | fn lifecycle_dir(dot_dir: &Path) -> PathBuf { |
| 400 | dot_dir.join(LIFECYCLE_DIR) |
| 401 | } |
| 402 | |
| 403 | fn lifecycle_path(dir: &Path, run_id: &str) -> PathBuf { |
| 404 | dir.join(format!("{}.json", run_id)) |
no outgoing calls
no test coverage detected