MCPcopy Create free account
hub / github.com/OpenMC2/OpenMC2 / get_config_path

Function get_config_path

src/Config.cpp:128–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128static boost::filesystem::path get_config_path() {
129 return get_documents_path() / "OpenMC2" / "OpenMC2.config";
130}
131
132template<class T>
133static void set_default(config_tree &tree, bool &modified, const config_tree::key_type &key, T value) {

Callers 2

load_configFunction · 0.85
save_configFunction · 0.85

Calls 1

get_documents_pathFunction · 0.85

Tested by

no test coverage detected