debtmap 0.17.0

Code complexity and technical debt analyzer
Documentation
1
2
3
fn calculate(a: i32, b: i32) -> i32 {
    a * 2 + b / 3
}