()
| 2337 | } |
| 2338 | |
| 2339 | fn service_log_path() -> anyhow::Result<PathBuf> { |
| 2340 | Ok(simdeck_user_state_dir().join("service.log")) |
| 2341 | } |
| 2342 | |
| 2343 | fn read_project_device_selection() -> anyhow::Result<Option<ProjectDeviceSelection>> { |
| 2344 | let root = project_root()?; |
no test coverage detected