MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / ensure_project_service_with_status

Function ensure_project_service_with_status

packages/server/src/main.rs:1258–1262  ·  view source on GitHub ↗
(
    options: ServiceLaunchOptions,
)

Source from the content-addressed store, hash-verified

1256}
1257
1258fn ensure_project_service_with_status(
1259 options: ServiceLaunchOptions,
1260) -> anyhow::Result<(ServiceMetadata, bool)> {
1261 ensure_singleton_service_with_status(options)
1262}
1263
1264fn ensure_singleton_service(options: ServiceLaunchOptions) -> anyhow::Result<ServiceMetadata> {
1265 Ok(ensure_singleton_service_with_status(options)?.0)

Callers 2

start_detached_serviceFunction · 0.85
mainFunction · 0.85

Tested by

no test coverage detected