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§
- Complexity
Entity - 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.