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

Function start_detached_service

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

Source from the content-addressed store, hash-verified

2707}
2708
2709fn start_detached_service(options: ServiceLaunchOptions) -> anyhow::Result<()> {
2710 let (metadata, started) = ensure_project_service_with_status(options)?;
2711 print_service_start_result(&metadata, started)
2712}
2713
2714fn restart_detached_service(options: ServiceLaunchOptions) -> anyhow::Result<()> {
2715 if service::active()?.is_some() {

Callers 1

restart_detached_serviceFunction · 0.85

Tested by

no test coverage detected