should_hide_missing_param_hint

Function should_hide_missing_param_hint 

Source
fn should_hide_missing_param_hint(
    unary_function: bool,
    function_name: Option<&str>,
    param_name: &str,
) -> bool
Expand description

Determines whether to hide the parameter hint for a missing argument. This is a simplified version of should_hide_param_name_hint that doesn’t require an actual argument expression.