pub fn calculate_file_heatmap( events: &[&GitEvent], get_files: impl Fn(&str) -> Option<Vec<String>>, ) -> FileHeatmap
イベント一覧からファイル変更ヒートマップを計算