MCPcopy Create free account
hub / github.com/CoolProp/CoolProp / get_config_string

Function get_config_string

src/Configuration.cpp:160–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158 return static_cast<double>(_get_config()->get_item(key));
159}
160std::string get_config_string(configuration_keys key) {
161 return static_cast<std::string>(_get_config()->get_item(key));
162}
163std::string get_config_as_json_string() {
164 nlohmann::json doc = nlohmann::json::object();
165 for (auto& kv : _get_config()->get_items()) {

Callers 15

extract_fractionsFunction · 0.85
Props1SImultiFunction · 0.85
PropsSImultiFunction · 0.85
path_to_tablesMethod · 0.85
path_to_tablesMethod · 0.85
get_REFPROP_HMX_BNC_pathFunction · 0.85
REFPROP_supportedMethod · 0.85
fluid_param_stringMethod · 0.85

Calls 1

_get_configFunction · 0.85

Tested by

no test coverage detected