LiveEx.Example.handle_info

You're seeing just the function handle_info, go back to LiveEx.Example module for more information.
Link to this function

handle_info(action, socket)

View Source

Specs

handle_info(%{type: String.t(), payload: map()}, socket()) ::
  {:noreply, socket()}

Handles a dispatch and commits a mutation based on the payload of the action.

action here has the format: %{type: :a_type_here, payload: %{}}