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

Method list_sandboxes

crates/openshell-cli/tests/mtls_integration.rs:64–71  ·  view source on GitHub ↗
(
        &self,
        _request: tonic::Request<openshell_core::proto::ListSandboxesRequest>,
    )

Source from the content-addressed store, hash-verified

62 }
63
64 async fn list_sandboxes(
65 &self,
66 _request: tonic::Request<openshell_core::proto::ListSandboxesRequest>,
67 ) -> Result<Response<openshell_core::proto::ListSandboxesResponse>, Status> {
68 Ok(Response::new(
69 openshell_core::proto::ListSandboxesResponse::default(),
70 ))
71 }
72
73 async fn list_sandbox_providers(
74 &self,

Callers 3

complete_sandbox_namesFunction · 0.45
sandbox_listFunction · 0.45
sandbox_deleteFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected