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

Function ensure_project_service

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

Source from the content-addressed store, hash-verified

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

Callers 1

expose_to_studioFunction · 0.85

Calls 1

ensure_singleton_serviceFunction · 0.85

Tested by

no test coverage detected