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

Method watch_sandboxes

crates/openshell-driver-podman/src/driver.rs:770–774  ·  view source on GitHub ↗

Start watching all managed sandbox containers.

(&self)

Source from the content-addressed store, hash-verified

768
769 /// Start watching all managed sandbox containers.
770 pub async fn watch_sandboxes(&self) -> Result<WatchStream, ComputeDriverError> {
771 watcher::start_watch(self.client.clone())
772 .await
773 .map_err(ComputeDriverError::from)
774 }
775}
776
777#[cfg(test)]

Callers

nothing calls this directly

Calls 1

start_watchFunction · 0.85

Tested by

no test coverage detected