pub(crate) fn lockfile_has_path(lf: &LockFile, path: &Path) -> Result<bool>
Return true if lf currently exists with the given path, and false otherwise.
lf
path