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

Method apply_deleted

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

Source from the content-addressed store, hash-verified

1345 }
1346
1347 async fn apply_deleted(&self, sandbox_id: &str) -> Result<(), String> {
1348 let _guard = self.sync_lock.lock().await;
1349 self.apply_deleted_locked(sandbox_id).await
1350 }
1351
1352 async fn apply_deleted_locked(&self, sandbox_id: &str) -> Result<(), String> {
1353 let sandbox = self

Callers 1

apply_watch_eventMethod · 0.80

Calls 1

apply_deleted_lockedMethod · 0.80

Tested by

no test coverage detected