pub fn build_refactor_tasks(
resolved: &Resolved,
opts: TaskBuildRefactorOptions,
) -> Result<()>Expand description
Build refactoring tasks for large files exceeding the LOC threshold.
Scans the specified directory for Rust files, identifies those exceeding the threshold, groups them based on batch mode, and creates tasks using the task builder.