Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_capabilities
Method · 0.80
validate_sandbox_create
Method · 0.80
get_sandbox
Method · 0.80
list_sandboxes
Method · 0.80
create_sandbox
Method · 0.80
stop_sandbox
Method · 0.80
delete_sandbox
Method · 0.80
watch_sandboxes
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected