Skip to main content

get_change_coupling

Function get_change_coupling 

Source
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.