MCPcopy Create free account
hub / github.com/ElementsProject/elements / GetSetting

Method GetSetting

src/util/system.cpp:1075–1080  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1073}
1074
1075util::SettingsValue ArgsManager::GetSetting(const std::string& arg) const
1076{
1077 LOCK(cs_args);
1078 return util::GetSetting(
1079 m_settings, m_network, SettingName(arg), !UseDefaultSection(arg), /* get_chain_name= */ false);
1080}
1081
1082std::vector<util::SettingsValue> ArgsManager::GetSettingsList(const std::string& arg) const
1083{

Callers 3

CheckValueMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
getSettingMethod · 0.80

Calls 2

GetSettingFunction · 0.85
SettingNameFunction · 0.85

Tested by 2

CheckValueMethod · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64