Credo.Execution.put_result

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

put_result(exec, name, value)

View Source

Puts the given value with the given name as result into the given exec struct.

Credo.Execution.put_result(exec, "foo", 42)
# => %Credo.Execution{...}