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

Method getSetting

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

Source from the content-addressed store, hash-verified

808 }
809 bool rpcEnableDeprecated(const std::string& method) override { return IsDeprecatedRPCEnabled(method); }
810 common::SettingsValue getSetting(const std::string& name) override
811 {
812 return args().GetSetting(name);
813 }
814 std::vector<common::SettingsValue> getSettingsList(const std::string& name) override
815 {
816 return args().GetSettingsList(name);

Callers

nothing calls this directly

Calls 1

GetSettingMethod · 0.80

Tested by

no test coverage detected