MCPcopy Create free account
hub / github.com/Icinga/icinga2 / GetInstance

Method GetInstance

lib/base/application.cpp:164–167  ·  view source on GitHub ↗

* Retrieves a pointer to the application singleton object. * * @returns The application object. */

Source from the content-addressed store, hash-verified

162 * @returns The application object.
163 */
164Application::Ptr Application::GetInstance()
165{
166 return m_Instance;
167}
168
169void Application::SetResourceLimits()
170{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected