CodeSigning.load_file
You're seeing just the function
load_file
, go back to CodeSigning module for more information.
Specs
load_file(atom(), charlist(), Ed25519.key()) :: :ok | :error
Verifies the signature of the given path to .beam
file using the
Ed25519 public_key
. If the signature is valid, the module will be loaded.
Module names should be atoms prefixed with Elixir, such as String.to_atom("Elixir.MyModule")