Expand description
Source-level complexity helpers shared by review-oriented surfaces.
These helpers are intentionally lightweight and heuristic. They preserve function-scoped Rust complexity for cockpit review gates without pulling in the full analysis preset pipeline or changing receipt schemas.
Structs§
- Rust
Analyzer - Heuristic Rust analyzer used by cockpit review gates.
- Rust
Function Complexity Summary - Summary of function-scoped Rust complexity for one source file.
Traits§
- Source
Analyzer - Testable source analyzer seam for review and gate callers.
Functions§
- analyze_
rust_ function_ complexity - Analyze function-scoped cyclomatic complexity of Rust source code.