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

Method getSettingsList

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

Source from the content-addressed store, hash-verified

812 return args().GetSetting(name);
813 }
814 std::vector<common::SettingsValue> getSettingsList(const std::string& name) override
815 {
816 return args().GetSettingsList(name);
817 }
818 common::SettingsValue getRwSetting(const std::string& name) override
819 {
820 common::SettingsValue result;

Callers 2

VerifyWalletsFunction · 0.80
LoadWalletsFunction · 0.80

Calls 1

GetSettingsListMethod · 0.80

Tested by

no test coverage detected