Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ GetAppVersion
Method
GetAppVersion
lib/base/application-version.cpp:10–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
using namespace icinga;
9
10
String Application::GetAppVersion()
11
{
12
return VERSION;
13
}
14
15
String Application::GetAppSpecVersion()
16
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected