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

Method detach_sandbox_provider

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

Source from the content-addressed store, hash-verified

89 }
90
91 async fn detach_sandbox_provider(
92 &self,
93 _request: tonic::Request<openshell_core::proto::DetachSandboxProviderRequest>,
94 ) -> Result<Response<openshell_core::proto::DetachSandboxProviderResponse>, Status> {
95 Ok(Response::new(
96 openshell_core::proto::DetachSandboxProviderResponse::default(),
97 ))
98 }
99
100 async fn delete_sandbox(
101 &self,

Callers 1

sandbox_provider_detachFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected