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

Function service_post_bytes

packages/server/src/main/service_client.rs:9–11  ·  view source on GitHub ↗
(server_url: &str, path: &str, body: &Value)

Source from the content-addressed store, hash-verified

7}
8
9fn service_post_bytes(server_url: &str, path: &str, body: &Value) -> anyhow::Result<Vec<u8>> {
10 http_request(server_url, "POST", path, Some(body))
11}
12
13fn service_open_url(server_url: &str, udid: &str, url: &str) -> anyhow::Result<()> {
14 service_action_ok(

Callers 1

mainFunction · 0.85

Calls 1

http_requestFunction · 0.85

Tested by

no test coverage detected