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

Method exec_sandbox

crates/openshell-cli/tests/mtls_integration.rs:314–322  ·  view source on GitHub ↗
(
        &self,
        _request: tonic::Request<ExecSandboxRequest>,
    )

Source from the content-addressed store, hash-verified

312 }
313
314 async fn exec_sandbox(
315 &self,
316 _request: tonic::Request<ExecSandboxRequest>,
317 ) -> Result<Response<Self::ExecSandboxStream>, Status> {
318 let (_tx, rx) = mpsc::channel(1);
319 Ok(Response::new(tokio_stream::wrappers::ReceiverStream::new(
320 rx,
321 )))
322 }
323
324 type ExecSandboxInteractiveStream =
325 tokio_stream::wrappers::ReceiverStream<Result<ExecSandboxEvent, Status>>;

Callers 1

sandbox_exec_grpcFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected