pub fn should_process_directory(
dir_path: &Path,
options: &LoopOptions,
config: &LoopConfig,
) -> bool
Expand description
Determines if a directory should be processed based on the provided options and configuration.
This function takes a directory path, options, and configuration, and returns a boolean indicating whether the directory should be processed.