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

Method get_sandbox

crates/openshell-server/src/compute/mod.rs:203–210  ·  view source on GitHub ↗
(
        &self,
        request: Request<GetSandboxRequest>,
    )

Source from the content-addressed store, hash-verified

201 }
202
203 async fn get_sandbox(
204 &self,
205 request: Request<GetSandboxRequest>,
206 ) -> Result<tonic::Response<openshell_core::proto::compute::v1::GetSandboxResponse>, Status>
207 {
208 let mut client = self.client();
209 client.get_sandbox(request).await
210 }
211
212 async fn list_sandboxes(
213 &self,

Callers 1

get_driver_sandboxMethod · 0.45

Calls 2

clientMethod · 0.80
is_emptyMethod · 0.45

Tested by

no test coverage detected