Skip to main content

resolve_mount_src_with

Function resolve_mount_src_with 

Source
pub fn resolve_mount_src_with(
    source: &Utf8Path,
    src: &str,
    home: Option<&Utf8Path>,
) -> Utf8PathBuf
Expand description

resolve_mount_src with an explicit home — used in tests so we don’t mutate the process-wide HOME env var (which races with parallel tests). Production code goes through resolve_mount_src.