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
valuecall option is used but the low-levelcallfunction is not called. - The
valuecall option is used but the low-levelcallfunction is not called.
Parameters#
The detector does not accept any additional parameters.