Skip to main content

index_is_static

Function index_is_static 

Source
fn index_is_static(gcx: Gcx<'_>, expr: &Expr<'_>) -> bool
Expand description

True when an index expression only depends on literals and state: no locals, parameters, builtins (msg.sender) or non-cast calls.