Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
196
static std::string SettingName(const std::string& arg)
197
{
198
return arg.size() > 0 && arg[0] ==
'-'
? arg.substr(1) : arg;
199
}
200
201
struct KeyInfo {
202
std::string name;
Callers
5
GetUnsuitableSectionOnlyArgs
Method · 0.85
ForceSetArg
Method · 0.85
GetChainName
Method · 0.85
GetSetting
Method · 0.85
GetSettingsList
Method · 0.85
Calls
1
size
Method · 0.45
Tested by
no test coverage detected