View Source Macfly.Options (macfly v0.2.19)

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)

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