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

Method exec_sandbox_interactive

crates/openshell-cli/tests/mtls_integration.rs:326–331  ·  view source on GitHub ↗
(
        &self,
        _request: tonic::Request<tonic::Streaming<ExecSandboxInput>>,
    )

Source from the content-addressed store, hash-verified

324 type ExecSandboxInteractiveStream =
325 tokio_stream::wrappers::ReceiverStream<Result<ExecSandboxEvent, Status>>;
326 async fn exec_sandbox_interactive(
327 &self,
328 _request: tonic::Request<tonic::Streaming<ExecSandboxInput>>,
329 ) -> Result<Response<Self::ExecSandboxInteractiveStream>, Status> {
330 Err(Status::unimplemented("not implemented in test"))
331 }
332
333 async fn update_config(
334 &self,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected