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 name.
Return
A list of matching functions, or an empty list if none are found.
Parameters
name
The name of the functions to retrieve.