Method TryGetFunction
TryGetFunction(LazyEncodedString, out Function)
Looks up a function in the module by name
bool TryGetFunction(LazyEncodedString name, out Function function)
Parameters
nameLazyEncodedStringName of the function
functionFunctionThe function or null if not found