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

Method getPersistentSetting

src/node/interfaces.cpp:172–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170 return ignored;
171 }
172 common::SettingsValue getPersistentSetting(const std::string& name) override { return args().GetPersistentSetting(name); }
173 void updateRwSetting(const std::string& name, const common::SettingsValue& value) override
174 {
175 args().LockSettings([&](common::Settings& settings) {

Callers 4

InitMethod · 0.80
SetPruneTargetGBMethod · 0.80
getOptionMethod · 0.80
checkAndMigrateMethod · 0.80

Calls 1

GetPersistentSettingMethod · 0.80

Tested by

no test coverage detected