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

Function overlay_upper_path

crates/openshell-driver-vm/src/driver.rs:4773–4775  ·  view source on GitHub ↗
(guest_path: &str)

Source from the content-addressed store, hash-verified

4771}
4772
4773fn overlay_upper_path(guest_path: &str) -> String {
4774 format!("/upper/{}", guest_path.trim_start_matches('/'))
4775}
4776
4777fn create_image_prep_disk(
4778 image_path: &Path,

Callers 4

Calls

no outgoing calls

Tested by

no test coverage detected