pub fn dir_or_git_repo_verify(
    path: &Path,
    ignore_list: &FnvHashSet<PathBuf>,
    db: &ProofDB,
    trusted_set: &TrustSet,
    requirements: &VerificationRequirements,
) -> Result<VerificationStatus, Error>Expand description
Check whether code at this path has reviews, and the reviews meet the requirements.
See also verify_package_digest