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

Function image_cache_root_dir

crates/openshell-driver-vm/src/driver.rs:4273–4275  ·  view source on GitHub ↗
(root: &Path)

Source from the content-addressed store, hash-verified

4271}
4272
4273fn image_cache_root_dir(root: &Path) -> PathBuf {
4274 root.join(IMAGE_CACHE_ROOT_DIR)
4275}
4276
4277fn image_cache_dir(root: &Path, image_identity: &str) -> PathBuf {
4278 image_cache_root_dir(root).join(sanitize_image_identity(image_identity))

Calls

no outgoing calls

Tested by

no test coverage detected