MCPcopy 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
148class MainThread {
149public:

Callers 1

InitSimulationThreadMethod · 0.85

Calls 1

getHackPathMethod · 0.80

Tested by

no test coverage detected