Credo.Execution.run_pipeline

You're seeing just the function run_pipeline, go back to Credo.Execution module for more information.
Link to this function

run_pipeline(initial_exec, pipeline_key)

View Source

Runs the pipeline with the given pipeline_key and returns the result Credo.Execution struct.

Execution.run_pipeline(exec, :my_pipeline_key)
# => %Credo.Execution{...}