pub fn dir_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
Same as dir_or_git_repo_verify, except it doesn’t handle .git dirs