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

Method GetSetting

src/common/args.cpp:972–976  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

970}
971
972common::SettingsValue ArgsManager::GetSetting(const std::string& arg) const
973{
974 LOCK(cs_args);
975 return GetSetting_(arg);
976}
977
978std::vector<common::SettingsValue> ArgsManager::GetSettingsList(const std::string& arg) const
979{

Callers 3

CheckValueMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
getSettingMethod · 0.80

Calls

no outgoing calls

Tested by 2

CheckValueMethod · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64