Function matches_expected

Source
pub async fn matches_expected(
    expected: FxHashSet<FileSystemPath>,
    seen: FxHashSet<FileSystemPath>,
) -> Result<()>