Phoenix.LiveView.terminate

You're seeing just the callback terminate, go back to Phoenix.LiveView module for more information.
Link to this callback

terminate(reason, socket)

View Source (optional)

Specs

terminate(reason, socket :: Phoenix.LiveView.Socket.t()) :: term()
when reason: :normal | :shutdown | {:shutdown, :left | :closed | term()}