Nerves.Env.ensure_loaded
You're seeing just the function
ensure_loaded
, go back to Nerves.Env module for more information.
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 loadpath
- Optional path for the app