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

Method get_sandbox

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

Source from the content-addressed store, hash-verified

53 }
54
55 async fn get_sandbox(
56 &self,
57 _request: tonic::Request<openshell_core::proto::GetSandboxRequest>,
58 ) -> Result<Response<openshell_core::proto::SandboxResponse>, Status> {
59 Ok(Response::new(
60 openshell_core::proto::SandboxResponse::default(),
61 ))
62 }
63
64 async fn list_sandboxes(
65 &self,

Callers 11

ssh_session_configFunction · 0.45
sandbox_connect_editorFunction · 0.45
sandbox_getFunction · 0.45
sandbox_exec_grpcFunction · 0.45
sandbox_provider_attachFunction · 0.45
sandbox_provider_detachFunction · 0.45
sandbox_settings_getFunction · 0.45
sandbox_policy_updateFunction · 0.45
sandbox_logsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected