ex_ray v0.1.4 ExRay.Context View Source

Captures the essence of decorated function call. It contains the following elements:

  • target: The name of the annotated function
  • args: A collection of arguments passed to the wrapped function
  • guards: A collection of guard clauses that identifies the function
  • meta: Metadata specified in the annotation

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %ExRay.Context{args: [any()], guards: [any()], meta: [any()], target: String.t()}