MCPcopy Create free account
hub / github.com/3Shain/dxmt / SingletonConfig

Method SingletonConfig

src/util/config/config.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 class SingletonConfig : public Config {
28 public:
29 SingletonConfig() {
30 merge(Config::getUserConfig());
31 merge(Config::getAppConfig(env::getExePath()));
32 };
33
34 SingletonConfig(SingletonConfig const&) = delete;
35 SingletonConfig(SingletonConfig&&) = delete;

Callers

nothing calls this directly

Calls 1

getExePathFunction · 0.85

Tested by

no test coverage detected