(&self, sandbox_id: &str)
| 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, |
no test coverage detected