Skip to main content

Module reentrancy_events

Module reentrancy_events 

Source

Structsยง

Analyzer ๐Ÿ”’
Exits ๐Ÿ”’
Summarises how a piece of code can exit, with the FlowState reaching each exit kind. None means no path produces that exit; Some(_) means some path does.
FlowState ๐Ÿ”’
Per-path state tracked by the may-analysis.
InlineCallKey ๐Ÿ”’

Staticsยง

REENTRANCY_EVENTS

Functionsยง

is_aborting_call ๐Ÿ”’
Returns true when the expression-statement is a builtin call that always terminates execution: revert() / revert("msg"), selfdestruct(...), require(false, ...), or assert(false).
literal_false ๐Ÿ”’
Returns true if expr is the boolean literal false.
merge_opt ๐Ÿ”’

Type Aliasesยง

Placeholder ๐Ÿ”’