pub fn count_transitive_edges( imports: &HashMap<String, HashSet<String>>, ) -> usize
Count all transitive edges (without limit, for stats).