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

Method publish_platform_event

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

Source from the content-addressed store, hash-verified

1178 }
1179
1180 fn publish_platform_event(&self, sandbox_id: String, event: DriverPlatformEvent) {
1181 let _ = self.events.send(WatchSandboxesEvent {
1182 payload: Some(watch_sandboxes_event::Payload::PlatformEvent(
1183 WatchSandboxesPlatformEvent {
1184 sandbox_id,
1185 event: Some(event),
1186 },
1187 )),
1188 });
1189 }
1190
1191 fn publish_docker_progress(
1192 &self,

Callers 3

fail_pending_sandboxMethod · 0.45
pull_imageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected