Skip to main content

check_command_new

Function check_command_new 

Source
fn check_command_new(
    ctx: &AstCtx<'_>,
    expr: &CallExpr,
    is_sys: bool,
    violations: &mut Vec<Violation>,
)