Nerves.Artifact.base_dir
You're seeing just the function
base_dir
, go back to Nerves.Artifact module for more information.
Specs
base_dir() :: String.t()
Get the base dir for where an artifact for a package should be stored.
The directory for artifacts will be found in the directory returned
by Nerves.Env.data_dir/0
(i.e. "/Users/fhunleth/.nerves/artifacts/"
).
This location can be overriden by the environment variable NERVES_ARTIFACTS_DIR
.