Machinery.Transition.declared_transition-question-mark

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

declared_transition?(transitions, current_state, next_state)

View Source

Specs

declared_transition?(map(), state(), state()) :: boolean()

Function responsible for checking if the transition from a state to another was specifically declared. This is meant to be for internal use only.