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

Method GetPersistentSetting

src/common/args.cpp:507–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505}
506
507common::SettingsValue ArgsManager::GetPersistentSetting(const std::string& name) const
508{
509 LOCK(cs_args);
510 return common::GetSetting(m_settings, m_network, name, !UseDefaultSection("-" + name),
511 /*ignore_nonpersistent=*/true, /*get_chain_type=*/false);
512}
513
514bool ArgsManager::IsArgNegated(const std::string& strArg) const
515{

Callers 1

getPersistentSettingMethod · 0.80

Calls 1

GetSettingFunction · 0.85

Tested by

no test coverage detected