MCPcopy Create free account
hub / github.com/AbyssEngine/AbyssEngineOld / setDirectDir

Method setDirectDir

src/Abyss/Common/Configuration.cpp:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20const std::filesystem::path &Configuration::getCASCDir() { return _cascDir; }
21
22void Configuration::setDirectDir(std::filesystem::path newDir) {
23 this->_directDir = std::move(newDir);
24}
25
26void Configuration::setCASCDir(std::filesystem::path newDir) {
27 this->_cascDir = std::move(newDir);

Callers 1

processFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected