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

Function service_launch

packages/server/src/main/service_client.rs:21–27  ·  view source on GitHub ↗
(server_url: &str, udid: &str, bundle_id: &str)

Source from the content-addressed store, hash-verified

19}
20
21fn service_launch(server_url: &str, udid: &str, bundle_id: &str) -> anyhow::Result<()> {
22 service_action_ok(
23 server_url,
24 udid,
25 &serde_json::json!({ "action": "launch", "bundleId": bundle_id }),
26 )
27}
28
29fn service_performance_json(
30 server_url: &str,

Callers 2

mainFunction · 0.85
run_maestro_commandFunction · 0.85

Calls 1

service_action_okFunction · 0.85

Tested by

no test coverage detected