Skip to main content

is_cast_callee

Function is_cast_callee 

Source
fn is_cast_callee(callee: &Expr<'_>) -> bool
Expand description

true when callee is a type-cast head, i.e. address(...), an elementary-type cast, or an interface/contract cast like IERC20(...).