Skip to main content

coupling_metrics

Function coupling_metrics 

Source
pub fn coupling_metrics(
    graph: &Graph,
    fragments: &[Fragment],
    level: QuotientLevel,
    root: Option<&str>,
    edge_types: Option<&FxHashSet<EdgeCategory>>,
) -> Vec<ModuleMetrics>