View Source Hangman.Live (Hangman Live v0.1.9)
Summary
Functions
@spec end_game(Phoenix.LiveView.Socket.t()) :: :ok
@spec make_move(Phoenix.LiveView.Socket.t(), String.codepoint()) :: Phoenix.LiveView.Socket.t()
@spec new_game(Phoenix.LiveView.Socket.t()) :: Phoenix.LiveView.Socket.t()
@spec terminate(term(), Phoenix.LiveView.Socket.t()) :: :ok