MCPcopy Create free account
hub / github.com/DFHack/dfhack / getConfigPath

Function getConfigPath

library/Core.cpp:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 DBG_DECLARE(core, script, DebugCategory::LINFO);
137
138 static const std::filesystem::path getConfigPath()
139 {
140 return Filesystem::getInstallDir() / "dfhack-config";
141 };
142
143 static const std::filesystem::path getConfigDefaultsPath()
144 {

Callers 6

getScriptPathsMethod · 0.85
loadScriptPathsFunction · 0.85
run_dfhack_initFunction · 0.85
fIOthreadFunction · 0.85
InitSimulationThreadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected