Skip to main content

DocsCoverage

Type Alias DocsCoverage 

Source
pub type DocsCoverage = (f64, Vec<(i64, i64, i64)>, Vec<Node>);
Expand description

(overall_pct, per_community: Vec<(community_id, documented, total)>, undocumented_high_coupling_nodes)