getFunctions
Retrieves functions by a path of names.
Return
A list of matching functions, or an empty list if none are found.
Parameters
name
A list of names representing the path to the functions.
Retrieves functions by an array of names.
Return
A list of matching functions, or an empty list if none are found.
Parameters
name
An array of names representing the path to the functions.
Retrieves functions by their full name.
Return
A list of matching functions, or an empty list if none are found.
Parameters
name
The full name of the functions, separated by dots or slashes.