pub(crate) fn write_filtered_diff<Filter>(
diff_filename: &str,
out_dir: &Path,
compare_dir: &Path,
verbose: bool,
filter: Filter,
) -> bool
Expand description
Filters based on filetype and extension whether to diff a file.
Returns whether any data was actually written.