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

Method publish_deleted

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

Source from the content-addressed store, hash-verified

1170 }
1171
1172 fn publish_deleted(&self, sandbox_id: String) {
1173 let _ = self.events.send(WatchSandboxesEvent {
1174 payload: Some(watch_sandboxes_event::Payload::Deleted(
1175 WatchSandboxesDeletedEvent { sandbox_id },
1176 )),
1177 });
1178 }
1179
1180 fn publish_platform_event(&self, sandbox_id: String, event: DriverPlatformEvent) {
1181 let _ = self.events.send(WatchSandboxesEvent {

Callers 1

stop_sandbox_innerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected