MCPcopy 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

8using namespace icinga;
9
10String Application::GetAppVersion()
11{
12 return VERSION;
13}
14
15String Application::GetAppSpecVersion()
16{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected