Skip to main content

Module complexity

Module complexity 

Expand description

Per-language complexity metric computation via vendored codelore-rca.

HEAD-only file-level + function-level entity extraction for Tier-1 languages (Rust, TS/JS, Python, Java). See spec §4.

Re-exports§

pub use language::Tier1Language;

Modules§

language
Path → codelore-rca Language dispatch for Tier-1 languages.

Structs§

ComplexityEntity
One function (or class, or file-level unit) with its complexity metrics.

Functions§

compute_for_file
Compute complexity entities for a Tier-1 source file.