Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ getOS
Function
getOS
library/include/VersionInfo.h:179–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
177
OS = os;
178
};
179
OSType getOS() const
180
{
181
return OS;
182
};
183
184
void ValidateOS() {
185
static const OSType expected = getCurOS();
Callers
1
ValidateOS
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected