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

Method getSetting

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

Source from the content-addressed store, hash-verified

683 }
684 int rpcSerializationFlags() override { return RPCSerializationFlags(); }
685 util::SettingsValue getSetting(const std::string& name) override
686 {
687 return gArgs.GetSetting(name);
688 }
689 std::vector<util::SettingsValue> getSettingsList(const std::string& name) override
690 {
691 return gArgs.GetSettingsList(name);

Callers

nothing calls this directly

Calls 1

GetSettingMethod · 0.80

Tested by

no test coverage detected