Manifest.build_step

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

build_step(operation, work, rollback \\ &Step.safe_default_rollback/2, parser \\ &Step.default_parser/1)

View Source

Specs

Builds a t:Manifest.Step.t() from the given parameters.

See Manifest.Step for more information on what a step consists of.