Ecto.Multi.new
You're seeing just the function
new
, go back to Ecto.Multi module for more information.
Specs
new() :: t()
Returns an empty Ecto.Multi
struct.
Example
iex> Ecto.Multi.new() |> Ecto.Multi.to_list()
[]