Function crev_lib::dir_or_git_repo_verify[][src]

pub fn dir_or_git_repo_verify(
    path: &Path,
    ignore_list: &FnvHashSet<PathBuf>,
    db: &ProofDB,
    trusted_set: &TrustSet,
    requirements: &VerificationRequirements
) -> Result<VerificationStatus, Error>

Check whether code at this path has reviews, and the reviews meet the requirements