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

Method getSettingsList

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

Source from the content-addressed store, hash-verified

687 return gArgs.GetSetting(name);
688 }
689 std::vector<util::SettingsValue> getSettingsList(const std::string& name) override
690 {
691 return gArgs.GetSettingsList(name);
692 }
693 util::SettingsValue getRwSetting(const std::string& name) override
694 {
695 util::SettingsValue result;

Callers 2

VerifyWalletsFunction · 0.80
LoadWalletsFunction · 0.80

Calls 1

GetSettingsListMethod · 0.80

Tested by

no test coverage detected