Skip to main content

call_may_mutate_state

Function call_may_mutate_state 

Source
fn call_may_mutate_state<'gcx>(gcx: Gcx<'gcx>, callee: &'gcx Expr<'gcx>) -> bool
Expand description

Whether a call may write storage; array push/pop count since they change the length.