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

Method GetPlatformName

lib/base/utility.cpp:1760–1766  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1758}
1759
1760String Utility::GetPlatformName()
1761{
1762 String platformName;
1763 if (!ReleaseHelper(&platformName, nullptr))
1764 return "Unknown";
1765 return platformName;
1766}
1767
1768String Utility::GetPlatformVersion()
1769{

Callers

nothing calls this directly

Calls 1

ReleaseHelperFunction · 0.85

Tested by

no test coverage detected