Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
~InitWalletDirTestingSetup
Method · 0.80
BOOST_AUTO_TEST_CASE
Function · 0.80
BOOST_AUTO_TEST_CASE
Function · 0.80
optionTests
Method · 0.80
getRwSetting
Method · 0.80
updateRwSetting
Method · 0.80
Calls
1
fn
Function · 0.85
Tested by
4
~InitWalletDirTestingSetup
Method · 0.64
BOOST_AUTO_TEST_CASE
Function · 0.64
BOOST_AUTO_TEST_CASE
Function · 0.64
optionTests
Method · 0.64