Function lockfile_has_path

Source
pub(crate) fn lockfile_has_path(lf: &LockFile, path: &Path) -> Result<bool>
Available on Unix only.
Expand description

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