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

Function open_browser

packages/server/src/main.rs:2454–2460  ·  view source on GitHub ↗
(url: &str)

Source from the content-addressed store, hash-verified

2452}
2453
2454fn open_browser(url: &str) -> anyhow::Result<()> {
2455 ProcessCommand::new("open")
2456 .arg(url)
2457 .status()
2458 .context("open SimDeck UI")?;
2459 Ok(())
2460}
2461
2462enum NoCommandAction {
2463 Service(DefaultServiceLaunchOptions),

Callers 1

run_default_serviceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected