pub fn most_connected(store: &Store, limit: usize) -> Vec<Connectivity>Expand description
Find the most connected non-stub entities, ranked by dependency degree
(typed edges) — see cmp_by_dependency. Returns up to limit entries.
pub fn most_connected(store: &Store, limit: usize) -> Vec<Connectivity>Find the most connected non-stub entities, ranked by dependency degree
(typed edges) — see cmp_by_dependency. Returns up to limit entries.