Call options not called detector#
Name: call-options-not-called
Reports when a function call option (gas
, salt
or value
) is used but the corresponding function is not called.
Both old-style syntax .value(...)
and new-style syntax {value: ...}
are supported.
Example#
- The
value
call option is used but the low-levelcall
function is not called. - The
value
call option is used but the low-levelcall
function is not called.
Parameters#
The detector does not accept any additional parameters.