Private function “name” is not being used within its defining contract. Support overloads.
This rule accepts a string option for rule severity. Must be one of “error”, “warn”, “off”. Defaults to warn.
{
"rules": {
"no-unused-private-funcs": "warn"
}
}
This rule does not have examples.
This rule was introduced in the latest version.