BeamFile.info

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

Specs

info(Path.t() | module()) :: info()

Returns a keyword list containing some information about a BEAM file.

  • :file: The name of the BEAM file, or the binary from which the information was extracted.
  • :module: The name of the module.
  • :chunks: For each chunk, the identifier and the position and size of the chunk data, in bytes.