gh-pages / com.nextfaze.devfun.function / FunctionDefinition / invoke
invoke
abstract val invoke: FunctionInvoke (source)
Called when this item is to be invoked.
Be aware if invoking this directly; no error handling is provided.
You should use devFun.get<Invoker>() for missing arguments, user input, and exception handling.