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

Method watch_sandboxes

crates/openshell-server/src/test_support.rs:304–310  ·  view source on GitHub ↗
(
        &self,
        _request: Request<WatchSandboxesRequest>,
    )

Source from the content-addressed store, hash-verified

302 }
303
304 async fn watch_sandboxes(
305 &self,
306 _request: Request<WatchSandboxesRequest>,
307 ) -> Result<Response<Self::WatchSandboxesStream>, Status> {
308 self.with_state(|state| state.calls.push(FakeComputeDriverCall::WatchSandboxes));
309 Ok(Response::new(Box::pin(stream::empty())))
310 }
311}

Callers

nothing calls this directly

Calls 2

with_stateMethod · 0.80
pushMethod · 0.80

Tested by

no test coverage detected