CodeSigning.load

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

load(module, binary, public_key)

View Source

Specs

load(atom(), binary(), Ed25519.key()) :: :ok | :error

Verifies the signature of the given BEAM binary using the Ed25519 public_key. If the signature is valid, the module will be loaded.