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

Method publish_snapshot

crates/openshell-driver-vm/src/driver.rs:2940–2948  ·  view source on GitHub ↗
(&self, sandbox: Sandbox)

Source from the content-addressed store, hash-verified

2938 }
2939
2940 fn publish_snapshot(&self, sandbox: Sandbox) {
2941 let _ = self.events.send(WatchSandboxesEvent {
2942 payload: Some(watch_sandboxes_event::Payload::Sandbox(
2943 WatchSandboxesSandboxEvent {
2944 sandbox: Some(sandbox),
2945 },
2946 )),
2947 });
2948 }
2949
2950 fn publish_deleted(&self, sandbox_id: String) {
2951 let _ = self.events.send(WatchSandboxesEvent {

Callers 6

create_sandboxMethod · 0.80
delete_sandboxMethod · 0.80
fail_provisioningMethod · 0.80
monitor_sandboxMethod · 0.80

Calls 1

SandboxClass · 0.85

Tested by

no test coverage detected