Mate.Pipeline.run_step
You're seeing just the function
run_step
, go back to Mate.Pipeline module for more information.
Specs
run_step(session :: Mate.Session.t(), step :: step()) :: Mate.Session.t()
run_step(steps :: steps(), sessions :: [Mate.Session.t()]) :: {:ok, Mate.Session.t()} | {:error, any()}
Run a specific step within the current session.