()
| 761 | } |
| 762 | |
| 763 | fn launchd_service_target() -> Result<String> { |
| 764 | Ok(format!("{}/{}", launchd_domain()?, LAUNCHD_LABEL)) |
| 765 | } |
| 766 | |
| 767 | fn ensure_launchd_runtime_dirs() -> Result<()> { |
| 768 | let data_dir = tracedecay_data_dir()?; |
no outgoing calls
no test coverage detected