()
| 255 | } |
| 256 | |
| 257 | fn service_plist_paths() -> anyhow::Result<Vec<PathBuf>> { |
| 258 | service_labels() |
| 259 | .into_iter() |
| 260 | .map(plist_path_for_label) |
| 261 | .collect() |
| 262 | } |
| 263 | |
| 264 | fn log_dir() -> anyhow::Result<PathBuf> { |
| 265 | Ok(home_dir()?.join("Library/Logs")) |
no test coverage detected