Credo.Execution.put_result
You're seeing just the function
put_result
, go back to Credo.Execution module for more information.
Puts the given value
with the given name
as result into the given exec
struct.
Credo.Execution.put_result(exec, "foo", 42)
# => %Credo.Execution{...}