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

Function sandbox_runtime_disk_paths

crates/openshell-driver-vm/src/driver.rs:4206–4210  ·  view source on GitHub ↗
(state_dir: &Path)

Source from the content-addressed store, hash-verified

4204}
4205
4206fn sandbox_runtime_disk_paths(state_dir: &Path) -> SandboxRuntimeDiskPaths {
4207 SandboxRuntimeDiskPaths {
4208 overlay_disk: sandbox_overlay_image(state_dir),
4209 }
4210}
4211
4212#[allow(clippy::result_large_err)]
4213fn validate_sandbox_state_dir(root: &Path, state_dir: &Path) -> Result<(), Status> {

Calls 1

sandbox_overlay_imageFunction · 0.85