Skip to main content

Module incorrect_modifier

Module incorrect_modifier 

Source

Structsยง

Outcome ๐Ÿ”’
Summary of how control flow can leave a statement or block without having executed the placeholder (_) or reverted.

Staticsยง

INCORRECT_MODIFIER

Functionsยง

block_outcome ๐Ÿ”’
call_outcome ๐Ÿ”’
Classifies a statement-level call expression that terminates the current path before reaching _, if any. Covers both the Solidity revert/revert(...) builtins and the Yul halting builtins reachable when recursing into an assembly { .. } block.
is_literal_false ๐Ÿ”’
stmt_outcome ๐Ÿ”’