pub fn file_churn(root: &Utf8Path) -> Option<FxHashMap<String, u32>>
Per-file churn = number of commits that touched each file (relative paths). None if not a git repo. Used for churn×complexity hotspot ranking.
None