Mix.Project.deps_path

You're seeing just the function deps_path, go back to Mix.Project module for more information.
Link to this function

deps_path(config \\ config())

View Source

Specs

deps_path(keyword()) :: Path.t()

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"