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