View Source Octopus.Eval (octopus v0.4.6)

The module evaluates strings with Elixir code. Used in Transform module.

Link to this section Summary

Link to this section Functions

Link to this function

eval_string(string, args)

View Source
@spec eval_string(String.t(), Keyword.t()) :: any() | String.t()