BeamFile.read
You're seeing just the function
read
, go back to BeamFile module for more information.
Link to this function
read(input)
Specs
read(Path.t() | module()) :: {:ok, binary()} | {:error, File.posix()}
Returns the binary for the given BEAM file.