numFunctions
Returns the number of functions present in the declaration.
Return
The number of functions in the declaration.
Parameters
includeNested
Specifies whether to include nested functions in the count (optional, default is true
).
includeLocal
Specifies whether to include local functions in the count (optional, default is true
).