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