MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / new_client

Function new_client

guest-api/src/client.rs:10–12  ·  view source on GitHub ↗
(base_url: String)

Source from the content-addressed store, hash-verified

8pub type DefaultClient = GuestApiClient<PrpcClient>;
9
10pub fn new_client(base_url: String) -> DefaultClient {
11 DefaultClient::new(PrpcClient::new(base_url))
12}

Callers 1

notify_hostFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected