Mix.Project.deps_path
You're seeing just the function
deps_path
, go back to Mix.Project module for more information.
Specs
Returns the path where dependencies are stored for the given project.
If no configuration is given, the one for the current project is used.
The returned path will be expanded.
Examples
Mix.Project.deps_path()
#=> "/path/to/project/deps"