(options: ServiceLaunchOptions)
| 1262 | } |
| 1263 | |
| 1264 | fn ensure_singleton_service(options: ServiceLaunchOptions) -> anyhow::Result<ServiceMetadata> { |
| 1265 | Ok(ensure_singleton_service_with_status(options)?.0) |
| 1266 | } |
| 1267 | |
| 1268 | fn ensure_singleton_service_with_status( |
| 1269 | options: ServiceLaunchOptions, |
no test coverage detected