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