Skip to content
On this page

CallTimePassByReference

Ensures that variables are not passed by reference when calling a function.

Scope

Generic.Functions.CallTimePassByReference

Description

Call-time pass-by-reference is not allowed. It should be declared in the function definition.

Usage

xml
<rule ref="Generic.Functions.CallTimePassByReference"></rule>

Examples

No Examples Available

Please edit this page through Github to add examples.

Released under the MIT License.