Skip to main content

check_complexity

Function check_complexity 

Source
pub fn check_complexity(
    complexity: &ExprComplexity,
    thresholds: &ComplexityThresholds,
) -> Vec<ComplexityWarning>
Expand description

Check complexity metrics against thresholds and return any warnings.