pub fn god_nodes(graph: &KnowledgeGraph, top_n: usize) -> Vec<GodNode>Expand description
Find the most-connected nodes, excluding file-level hubs and method stubs.
Returns up to top_n nodes sorted by degree descending.
pub fn god_nodes(graph: &KnowledgeGraph, top_n: usize) -> Vec<GodNode>Find the most-connected nodes, excluding file-level hubs and method stubs.
Returns up to top_n nodes sorted by degree descending.