Menu
← Back to all error identifiers
Error Identifiers: pureFunction.*
There are 3 error identifiers in the pureFunction.* group:
-
Pure function has a by-reference parameter, which allows side effects.
-
Function is marked @pure-unless-callable-is-impure for a parameter that is already a pure callable.
-
Pure function returns void, making it useless without side effects.