Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ UninitializeBase
Method
UninitializeBase
lib/base/application.cpp:152–157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
150
}
151
152
void Application::UninitializeBase()
153
{
154
Timer::Uninitialize();
155
156
GetTP().Stop();
157
}
158
159
/**
160
* Retrieves a pointer to the application singleton object.
Callers
nothing calls this directly
Calls
1
Stop
Method · 0.45
Tested by
no test coverage detected