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

Method cleanup_sandbox_state

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

Source from the content-addressed store, hash-verified

1409 }
1410
1411 fn cleanup_sandbox_state(&self, sandbox_id: &str) {
1412 self.tracing_log_bus.remove(sandbox_id);
1413 self.tracing_log_bus.platform_event_bus.remove(sandbox_id);
1414 self.sandbox_watch_bus.remove(sandbox_id);
1415 }
1416
1417 async fn reconcile_snapshot_sandbox(
1418 &self,

Callers 2

delete_sandboxMethod · 0.80
apply_deleted_lockedMethod · 0.80

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected