Expression.V2.Context (expression v2.33.0)

The context supplied to a function generated by Expression.V2.Compile.compile/1

This will be expanded with support for more attributes that a callback function can access but normal Expression evaluation can not.

Summary

Types

@type t() :: %Expression.V2.Context{
  callback_module: module(),
  private: map(),
  vars: map()
}

Functions

Link to this function

new(vars \\ %{}, callback_module \\ Expression.V2.Callbacks.Standard)

Link to this function

private(ctx, key, value)