Application.get_application

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

Specs

get_application(atom()) :: atom() | nil

Gets the application for the given module.

The application is located by analyzing the spec of all loaded applications. Returns nil if the module is not listed in any application spec.