Phoenix.LiveView.handle_cast
You're seeing just the callback
handle_cast
, go back to Phoenix.LiveView module for more information.
Specs
handle_cast(msg :: term(), socket :: Phoenix.LiveView.Socket.t()) :: {:noreply, Phoenix.LiveView.Socket.t()}