Phoenix.LiveView.terminate
You're seeing just the callback
terminate
, go back to Phoenix.LiveView module for more information.
Specs
terminate(reason, socket :: Phoenix.LiveView.Socket.t()) :: term() when reason: :normal | :shutdown | {:shutdown, :left | :closed | term()}