Phoenix.LiveView.handle_cast

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

handle_cast(msg, socket)

View Source (optional)

Specs

handle_cast(msg :: term(), socket :: Phoenix.LiveView.Socket.t()) ::
  {:noreply, Phoenix.LiveView.Socket.t()}