Current section
Files
Jump to
Current section
Files
lib/reach/otp/analysis/supervisor.ex
defmodule Reach.OTP.Analysis.Supervisor do
@moduledoc "Struct representing extracted supervisor child specifications."
@derive JSON.Encoder
defstruct [:module, :children, :location]
def new(attrs), do: struct!(__MODULE__, attrs)
end