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

Function ensure_singleton_service

packages/server/src/main.rs:1264–1266  ·  view source on GitHub ↗
(options: ServiceLaunchOptions)

Source from the content-addressed store, hash-verified

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

Callers 2

command_service_urlFunction · 0.85
ensure_project_serviceFunction · 0.85

Tested by

no test coverage detected