Skip to main content

file_churn

Function file_churn 

Source
pub fn file_churn(root: &Utf8Path) -> Option<FxHashMap<String, u32>>
Expand description

Per-file churn = number of commits that touched each file (relative paths). None if not a git repo. Used for churn×complexity hotspot ranking.