Macfly.Options (macfly v0.2.10)

Summary

Types

@type t() :: %Macfly.Options{
  caveat_types: %{required(integer()) => Macfly.Caveat.t()},
  location: String.t()
}

Functions

Link to this function

with_caveats(o \\ %Options{}, caveat_modules)

@spec with_caveats(t(), [module()]) :: t()