Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ getConfigDefaultsPath
Function
getConfigDefaultsPath
library/Core.cpp:143–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
};
142
143
static const std::filesystem::path getConfigDefaultsPath()
144
{
145
return Core::getInstance().getHackPath() /
"data"
/
"dfhack-config-defaults"
;
146
};
147
148
class MainThread {
149
public:
Callers
1
InitSimulationThread
Method · 0.85
Calls
1
getHackPath
Method · 0.80
Tested by
no test coverage detected