Ecto.Multi.to_list
You're seeing just the function
to_list
, go back to Ecto.Multi module for more information.
Specs
Returns the list of operations stored in multi
.
Always use this function when you need to access the operations you
have defined in Ecto.Multi
. Inspecting the Ecto.Multi
struct internals
directly is discouraged.