Skip to main content

detect_long_parameter_list

Function detect_long_parameter_list 

Source
pub fn detect_long_parameter_list(
    func: &FunctionMetrics,
    param_count: usize,
) -> Option<CodeSmell>
Expand description

Detect long parameter lists in functions