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

Function SettingName

src/util/system.cpp:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196static std::string SettingName(const std::string& arg)
197{
198 return arg.size() > 0 && arg[0] == '-' ? arg.substr(1) : arg;
199}
200
201struct KeyInfo {
202 std::string name;

Callers 5

ForceSetArgMethod · 0.85
GetChainNameMethod · 0.85
GetSettingMethod · 0.85
GetSettingsListMethod · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected