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

Method clear_pending_sandbox

crates/openshell-driver-docker/src/lib.rs:1095–1098  ·  view source on GitHub ↗
(&self, sandbox_id: &str)

Source from the content-addressed store, hash-verified

1093 }
1094
1095 async fn clear_pending_sandbox(&self, sandbox_id: &str) {
1096 let mut pending = self.pending.lock().await;
1097 pending.remove(sandbox_id);
1098 }
1099
1100 async fn remove_pending_sandbox(
1101 &self,

Callers 1

provision_sandboxMethod · 0.80

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected