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

Method publish_deleted

crates/openshell-driver-vm/src/driver.rs:2950–2956  ·  view source on GitHub ↗
(&self, sandbox_id: String)

Source from the content-addressed store, hash-verified

2948 }
2949
2950 fn publish_deleted(&self, sandbox_id: String) {
2951 let _ = self.events.send(WatchSandboxesEvent {
2952 payload: Some(watch_sandboxes_event::Payload::Deleted(
2953 WatchSandboxesDeletedEvent { sandbox_id },
2954 )),
2955 });
2956 }
2957
2958 fn publish_platform_event(&self, sandbox_id: String, event: PlatformEvent) {
2959 let _ = self.events.send(WatchSandboxesEvent {

Callers 1

delete_sandboxMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected