GenEvent.code_change

You're seeing just the callback code_change, go back to GenEvent module for more information.
Link to this callback

code_change(old_vsn, state, extra)

View Source

Specs

code_change(old_vsn, state :: term(), extra :: term()) ::
  {:ok, new_state :: term()}
when old_vsn: term() | {:down, term()}