Hangman LiveView Client
v0.1.20

      View Source Hangman.LiveView.Client (Hangman LiveView Client v0.1.20)

      Summary

      Functions

      end_game(socket)
      init_game(socket)
      make_move(socket, guess)
      new_game(socket)
      terminate(reason, socket)

      Functions

      Link to this function

      end_game(socket)

      View Source
      @spec end_game(Phoenix.LiveView.Socket.t()) :: :ok
      Link to this function

      init_game(socket)

      View Source
      @spec init_game(Phoenix.LiveView.Socket.t()) :: Phoenix.LiveView.Socket.t()
      Link to this function

      make_move(socket, guess)

      View Source
      @spec make_move(Phoenix.LiveView.Socket.t(), String.codepoint()) ::
        Phoenix.LiveView.Socket.t()
      Link to this function

      new_game(socket)

      View Source
      @spec new_game(Phoenix.LiveView.Socket.t()) :: Phoenix.LiveView.Socket.t()
      Link to this function

      terminate(reason, socket)

      View Source
      @spec terminate(term(), Phoenix.LiveView.Socket.t()) :: :ok

      Hex Package Hex Preview (current file) Download ePub version

      Built using ExDoc (v0.30.9) for the Elixir programming language