pub fn compute_bridge_centrality(
edges: &[EdgeInfo],
limit: usize,
) -> BridgeCentralityExpand description
Like compute_bridge_nodes but also reports whether the result was sampled
and over how many sources, for honest disclosure in reports/UI.