has Functions With All Names
Determines whether the declaration has functions with all the specified names.
Return
true
if there are declarations with all the specified names, false
otherwise.
Parameters
The name of the function to check.
The names of the functions to check.
Specifies whether to include nested functions in the check (optional, default is true
).
Specifies whether to include local functions in the check (optional, default is true
).
Determines whether the declaration has functions with all the specified names.
Return
true
if there are declarations with all the specified names, false
otherwise.
Parameters
The names of the functions to check.
Specifies whether to include nested functions in the check (optional, default is true
).
Specifies whether to include local functions in the check (optional, default is true
).