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

Method watch_sandbox

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

Source from the content-addressed store, hash-verified

302 >;
303
304 async fn watch_sandbox(
305 &self,
306 _request: tonic::Request<openshell_core::proto::WatchSandboxRequest>,
307 ) -> Result<Response<Self::WatchSandboxStream>, Status> {
308 let (_tx, rx) = mpsc::channel(1);
309 Ok(Response::new(tokio_stream::wrappers::ReceiverStream::new(
310 rx,
311 )))
312 }
313
314 async fn exec_sandbox(
315 &self,

Callers 2

sandbox_createFunction · 0.45
sandbox_logsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected