- Check:
pess-public-vs-external
- Severity:
Low
- Confidence:
Medium
Detects functions that have public
modifiers and could be turned into external
(not used in the contract)
There could be FP's because of inheritance
Mark public
functions as external
where it is possible to enhance control-flow readability.