Mix.Project.app_path

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

app_path(config \\ config())

View Source

Specs

app_path(keyword()) :: Path.t()

Returns the application path inside the build.

The returned path will be expanded.

Examples

Mix.Project.app_path()
#=> "/path/to/project/_build/shared/lib/app"