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

Method attach_sandbox_provider

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

Source from the content-addressed store, hash-verified

80 }
81
82 async fn attach_sandbox_provider(
83 &self,
84 _request: tonic::Request<openshell_core::proto::AttachSandboxProviderRequest>,
85 ) -> Result<Response<openshell_core::proto::AttachSandboxProviderResponse>, Status> {
86 Ok(Response::new(
87 openshell_core::proto::AttachSandboxProviderResponse::default(),
88 ))
89 }
90
91 async fn detach_sandbox_provider(
92 &self,

Callers 1

sandbox_provider_attachFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected