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

Method GetSetting_

src/common/args.cpp:964–970  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

962}
963
964common::SettingsValue ArgsManager::GetSetting_(const std::string& arg) const
965{
966 AssertLockHeld(cs_args);
967 return common::GetSetting(
968 m_settings, m_network, SettingName(arg), !UseDefaultSection(arg),
969 /*ignore_nonpersistent=*/false, /*get_chain_type=*/false);
970}
971
972common::SettingsValue ArgsManager::GetSetting(const std::string& arg) const
973{

Callers

nothing calls this directly

Calls 2

GetSettingFunction · 0.85
SettingNameFunction · 0.70

Tested by

no test coverage detected