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

Method resume_sandbox

crates/openshell-server/src/compute/mod.rs:95–99  ·  view source on GitHub ↗
(&self, sandbox_id: &str, sandbox_name: &str)

Source from the content-addressed store, hash-verified

93#[tonic::async_trait]
94impl StartupResume for DockerComputeDriver {
95 async fn resume_sandbox(&self, sandbox_id: &str, sandbox_name: &str) -> Result<bool, String> {
96 Self::resume_sandbox(self, sandbox_id, sandbox_name)
97 .await
98 .map_err(|err| err.to_string())
99 }
100}
101/// Interval between store-vs-backend reconciliation sweeps.
102const RECONCILE_INTERVAL: Duration = Duration::from_secs(60);

Callers 1

Calls 2

pushMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected