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

Function sandbox_overlay_image

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

Source from the content-addressed store, hash-verified

4188}
4189
4190fn sandbox_overlay_image(state_dir: &Path) -> PathBuf {
4191 state_dir.join(SANDBOX_OVERLAY_IMAGE)
4192}
4193
4194fn overlay_template_image(root: &Path, size_bytes: u64) -> PathBuf {
4195 image_cache_root_dir(root)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected