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

Method GetPlatformKernel

lib/base/utility.cpp:1735–1742  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1733}
1734
1735String Utility::GetPlatformKernel()
1736{
1737#ifdef _WIN32
1738 return "Windows";
1739#else /* _WIN32 */
1740 return UnameHelper('s');
1741#endif /* _WIN32 */
1742}
1743
1744String Utility::GetPlatformKernelVersion()
1745{

Callers

nothing calls this directly

Calls 1

UnameHelperFunction · 0.85

Tested by

no test coverage detected