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

Method LockSettings

src/util/system.h:450–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448 */
449 template <typename Fn>
450 void LockSettings(Fn&& fn)
451 {
452 LOCK(cs_args);
453 fn(m_settings);
454 }
455
456 /**
457 * Log the config file options and the command line arguments,

Callers 6

BOOST_AUTO_TEST_CASEFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
optionTestsMethod · 0.80
getRwSettingMethod · 0.80
updateRwSettingMethod · 0.80

Calls 1

fnFunction · 0.85

Tested by 4

BOOST_AUTO_TEST_CASEFunction · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64
optionTestsMethod · 0.64