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

Function service_open_url

packages/server/src/main/service_client.rs:13–19  ·  view source on GitHub ↗
(server_url: &str, udid: &str, url: &str)

Source from the content-addressed store, hash-verified

11}
12
13fn service_open_url(server_url: &str, udid: &str, url: &str) -> anyhow::Result<()> {
14 service_action_ok(
15 server_url,
16 udid,
17 &serde_json::json!({ "action": "openUrl", "url": url }),
18 )
19}
20
21fn service_launch(server_url: &str, udid: &str, bundle_id: &str) -> anyhow::Result<()> {
22 service_action_ok(

Callers 2

mainFunction · 0.85
run_maestro_commandFunction · 0.85

Calls 1

service_action_okFunction · 0.85

Tested by

no test coverage detected