Mix.Project.ensure_structure

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

ensure_structure(config \\ config(), opts \\ [])

View Source

Specs

ensure_structure(keyword(), keyword()) :: :ok

Ensures the project structure for the given project exists.

In case it does exist, it is a no-op. Otherwise, it is built.