has Function With Name
Determines whether the declaration has at least one function whose name matches any of the specified names.
Return
true
if there is a matching declaration, 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 at least one function whose name matches any of the specified names.
Return
true
if there is a matching declaration, 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
).