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

Method GetSettingsList

src/util/system.cpp:1082–1086  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1080}
1081
1082std::vector<util::SettingsValue> ArgsManager::GetSettingsList(const std::string& arg) const
1083{
1084 LOCK(cs_args);
1085 return util::GetSettingsList(m_settings, m_network, SettingName(arg), !UseDefaultSection(arg));
1086}
1087
1088void ArgsManager::logArgsPrefix(
1089 const std::string& prefix,

Callers 2

CheckValueMethod · 0.80
getSettingsListMethod · 0.80

Calls 2

GetSettingsListFunction · 0.85
SettingNameFunction · 0.85

Tested by 1

CheckValueMethod · 0.64