MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / client

Method client

crates/openshell-server/src/compute/mod.rs:174–176  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

172 }
173
174 fn client(&self) -> ComputeDriverClient<Channel> {
175 ComputeDriverClient::new(self.channel.clone())
176 }
177}
178
179#[tonic::async_trait]

Callers 8

get_capabilitiesMethod · 0.80
get_sandboxMethod · 0.80
list_sandboxesMethod · 0.80
create_sandboxMethod · 0.80
stop_sandboxMethod · 0.80
delete_sandboxMethod · 0.80
watch_sandboxesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected