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