Skip to main content

Module external_function

Module external_function 

Source

Structsยง

IndexBuilder ๐Ÿ”’
ParamEscapeFinder ๐Ÿ”’
Breaks when a parameter is written, aliased, passed to a callee or modifier that could mutate it through the internal-call memory-reference aliasing rule.
ProjectIndex ๐Ÿ”’

Constantsยง

PROJECT_INDEX ๐Ÿ”’
Project index keyed by the HIR address, which is stable for the whole lint run, so the index is built once instead of once per contract.

Staticsยง

EXTERNAL_FUNCTION

Functionsยง

build_project_index ๐Ÿ”’
is_memory_reference ๐Ÿ”’
project_index ๐Ÿ”’
root_var_is ๐Ÿ”’
Whether the variable at the root of expr (through parens, members, indexes and slices) satisfies pred.