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

Method publish_platform_event

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

Source from the content-addressed store, hash-verified

2956 }
2957
2958 fn publish_platform_event(&self, sandbox_id: String, event: PlatformEvent) {
2959 let _ = self.events.send(WatchSandboxesEvent {
2960 payload: Some(watch_sandboxes_event::Payload::PlatformEvent(
2961 WatchSandboxesPlatformEvent {
2962 sandbox_id,
2963 event: Some(event),
2964 },
2965 )),
2966 });
2967 }
2968
2969 fn publish_vm_progress(
2970 &self,

Calls

no outgoing calls

Tested by

no test coverage detected