jmes v0.4.0 JMES.Functions View Source

Contains builtin functions.

Link to this section Summary

Functions

Executes a function given a name and a list of arguments

Link to this section Functions

Link to this function

call(arg1, args, opts) View Source
call(String.t(), list(), keyword()) :: {:ok, term()} | {:error, atom()}

Executes a function given a name and a list of arguments.