Function is_unchecked_tuple_assignment

Source
fn is_unchecked_tuple_assignment(expr: &Expr<'_>) -> bool
Expand description

Checks if a tuple assignment doesn’t properly check the success value.

Returns true if the first variable (success) is None: (, bytes memory data) = target.call(...)