Menu
← Back to all error identifiers
Error Identifiers: pureFunction.*
There are 2 error identifiers in the pureFunction.* group:
-
Pure function has a by-reference parameter, which allows side effects.
-
Pure function returns void, making it useless without side effects.