MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / GetSettingsList

Method GetSettingsList

src/common/args.cpp:978–982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

976}
977
978std::vector<common::SettingsValue> ArgsManager::GetSettingsList(const std::string& arg) const
979{
980 LOCK(cs_args);
981 return common::GetSettingsList(m_settings, m_network, SettingName(arg), !UseDefaultSection(arg));
982}
983
984void ArgsManager::logArgsPrefix(
985 const std::string& prefix,

Callers 2

CheckValueMethod · 0.80
getSettingsListMethod · 0.80

Calls 2

GetSettingsListFunction · 0.85
SettingNameFunction · 0.70

Tested by 1

CheckValueMethod · 0.64