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

Method forward_tcp

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

Source from the content-addressed store, hash-verified

471 >;
472
473 async fn forward_tcp(
474 &self,
475 _request: tonic::Request<tonic::Streaming<openshell_core::proto::TcpForwardFrame>>,
476 ) -> Result<Response<Self::ForwardTcpStream>, Status> {
477 Err(Status::unimplemented("not implemented in test"))
478 }
479}
480
481async fn run_server(

Callers 2

sandbox_ssh_proxyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected