Modules§
- betweenness
- bridges
- change_
propagation - connected_
components - degree
- depth
- graph_
boundaries - graph_
stats - impact_
radius - pagerank
- scc
- transitive_
reduction
Structs§
- Analysis
Context - Context passed to every analysis, providing access to the graph, filesystem root, config, and optional lockfile.
- Enriched
Graph - The complete, enriched graph. Built once, enriched once. Carries the graph plus all structural analyses unconditionally.
Traits§
- Analysis
- An analysis computes structured data about the graph.
Rules consume analysis results and map them to diagnostics.
Metrics extract scalar values from analysis results.
See
docs/analysesfor conceptual documentation on each analysis.
Functions§
- all_
analysis_ names - All known analysis names, sorted alphabetically.
- enrich
- Build an enriched graph: construct the graph, then run all analyses unconditionally.
- enrich_
graph - Enrich a pre-built graph with all analyses.