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

Function image_cache_rootfs_image

crates/openshell-driver-vm/src/driver.rs:4281–4283  ·  view source on GitHub ↗
(root: &Path, image_identity: &str)

Source from the content-addressed store, hash-verified

4279}
4280
4281fn image_cache_rootfs_image(root: &Path, image_identity: &str) -> PathBuf {
4282 image_cache_dir(root, image_identity).join(IMAGE_CACHE_ROOTFS_IMAGE)
4283}
4284
4285fn image_cache_staging_dir(root: &Path, image_identity: &str) -> PathBuf {
4286 image_cache_root_dir(root).join(format!(

Calls 1

image_cache_dirFunction · 0.85

Tested by

no test coverage detected