Nerves.Env.ensure_loaded

You're seeing just the function ensure_loaded, go back to Nerves.Env module for more information.
Link to this function

ensure_loaded(app, path \\ nil)

View Source

Specs

ensure_loaded(app :: atom(), path :: String.t()) ::
  {:ok, Nerves.Package.t()} | {:error, term()}

Ensures that an application which contains a Nerves package config has been loaded into the environment agent.

Options

  • app - The atom of the app to load
  • path - Optional path for the app