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

Function service_get_json

packages/server/src/main/service_client.rs:1–3  ·  view source on GitHub ↗
(server_url: &str, path: &str)

Source from the content-addressed store, hash-verified

1fn service_get_json(server_url: &str, path: &str) -> anyhow::Result<Value> {
2 http_request_json(server_url, "GET", path, None)
3}
4
5fn service_get_bytes(server_url: &str, path: &str) -> anyhow::Result<Vec<u8>> {
6 http_request(server_url, "GET", path, None)

Callers 4

expose_to_studioFunction · 0.85
list_studio_simulatorsFunction · 0.85
mainFunction · 0.85
service_performance_jsonFunction · 0.85

Calls 1

http_request_jsonFunction · 0.85

Tested by

no test coverage detected