BeamFile.elixir_code

You're seeing just the function elixir_code, go back to BeamFile module for more information.
Link to this function

elixir_code(input, opts \\ [])

Specs

elixir_code(Path.t() | module(), keyword()) ::
  {:ok, String.t()} | {:error, any()}

Returns elixir code recreated from the debug_info chunk.

The recreated code comes with resolved macros and references. For now, types and specs will not be recreated.

Options: :docs: With docs: false the docs will not be created.