pub fn get_change_coupling(
project: &ProjectRoot,
months: usize,
min_strength: f64,
min_commits: usize,
max_results: usize,
) -> Result<Vec<CouplingEntry>>Expand description
Analyze git history to find files that frequently change together.