(options: ServiceLaunchOptions)
| 1252 | } |
| 1253 | |
| 1254 | fn ensure_project_service(options: ServiceLaunchOptions) -> anyhow::Result<ServiceMetadata> { |
| 1255 | ensure_singleton_service(options) |
| 1256 | } |
| 1257 | |
| 1258 | fn ensure_project_service_with_status( |
| 1259 | options: ServiceLaunchOptions, |
no test coverage detected