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

Method publish_sandbox_snapshot

crates/openshell-driver-docker/src/lib.rs:1162–1170  ·  view source on GitHub ↗
(&self, sandbox: DriverSandbox)

Source from the content-addressed store, hash-verified

1160 }
1161
1162 fn publish_sandbox_snapshot(&self, sandbox: DriverSandbox) {
1163 let _ = self.events.send(WatchSandboxesEvent {
1164 payload: Some(watch_sandboxes_event::Payload::Sandbox(
1165 WatchSandboxesSandboxEvent {
1166 sandbox: Some(sandbox),
1167 },
1168 )),
1169 });
1170 }
1171
1172 fn publish_deleted(&self, sandbox_id: String) {
1173 let _ = self.events.send(WatchSandboxesEvent {

Callers 3

create_sandbox_innerMethod · 0.80
fail_pending_sandboxMethod · 0.80

Calls 1

SandboxClass · 0.85

Tested by

no test coverage detected