Machinery.Transition.before_callbacks

You're seeing just the function before_callbacks, go back to Machinery.Transition module for more information.
Link to this function

before_callbacks(struct, state, module, extra_metadata)

View Source

Specs

before_callbacks(struct(), state(), module(), map()) :: struct()

Function responsible to run all before_transitions callbacks or fallback to a boilerplate behaviour. This is meant to be for internal use only.