Application.ensure_loaded

You're seeing just the function ensure_loaded, go back to Application module for more information.
Link to this function

ensure_loaded(app)

View Source (since 1.10.0)

Specs

ensure_loaded(app()) :: :ok | {:error, term()}

Ensures the given app is loaded.

Same as load/2 but returns :ok if the application was already loaded.