Skip to main content

Module uninitialized_state_variables

Module uninitialized_state_variables 

Source

StructsΒ§

Collector πŸ”’

StaticsΒ§

UNINITIALIZED_STATE_VARIABLES

FunctionsΒ§

is_local_storage_var πŸ”’
is_storage_pointer πŸ”’
A bare local storage pointer.
root_vars πŸ”’
The variables an expression is rooted in, through indexing, member access and ternaries.
storage_aliases πŸ”’
Collects, flow-insensitively, the state variables each local storage pointer declared in func may reference: every assignment contributes to the pointer’s target set, and pointers assigned from other pointers are resolved transitively.

Type AliasesΒ§

Aliases πŸ”’
Maps local storage pointers to the state variables they may reference.