Skip to main content

lockfile_has_path

Function lockfile_has_path 

Source
pub(crate) fn lockfile_has_path(lf: &File, path: &Path) -> Result<bool>
Expand description

Return true if lf currently exists with the given path, and false otherwise.