Skip to main content

stmt_rejects_lock_value

Function stmt_rejects_lock_value 

Source
fn stmt_rejects_lock_value(
    gcx: Gcx<'_>,
    stmt: &Stmt<'_>,
    lock_var: VariableId,
    entered: Operand,
) -> bool
Expand description

True if stmt reverts whenever lock_var holds entered.