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

Method list_sandboxes

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

Source from the content-addressed store, hash-verified

210 }
211
212 async fn list_sandboxes(
213 &self,
214 request: Request<ListSandboxesRequest>,
215 ) -> Result<tonic::Response<openshell_core::proto::compute::v1::ListSandboxesResponse>, Status>
216 {
217 let mut client = self.client();
218 client.list_sandboxes(request).await
219 }
220
221 async fn create_sandbox(
222 &self,

Callers 1

Calls 1

clientMethod · 0.80

Tested by

no test coverage detected