LiveEx.Example.dispatch

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

dispatch(type, payload \\ nil, socket)

View Source

Specs

dispatch(String.t(), any(), socket()) :: :ok | {:error, term()}

Dispatch an Action with a type and an optional payload.