Mix.Project.manifest_path

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

manifest_path(config \\ config())

View Source

Specs

manifest_path(keyword()) :: Path.t()

Returns the path where manifests are stored.

By default they are stored in the app path inside the build directory. Umbrella applications have the manifest path set to the root of the build directory. Directories may be changed in future releases.

The returned path will be expanded.

Examples

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