Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
pub type DefaultClient = GuestApiClient<PrpcClient>;
9
10
pub fn new_client(base_url: String) -> DefaultClient {
11
DefaultClient::new(PrpcClient::new(base_url))
12
}
Callers
1
notify_host
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected