Manifest.add_step

You're seeing just the function add_step, go back to Manifest module for more information.
Link to this function

add_step(manifest, operation, work, rollback \\ &Step.safe_default_rollback/1, parser \\ &Step.default_parser/1)

View Source

Specs

Adds a Manifest.Step to the :steps key of the manifest.

True to Elixir/Erlang practices, it is prepended to the list. The list is reversed the work is actually performed.

See Manifest.Step for more information on what a step is.