Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ IsArgSet
Method
IsArgSet
src/util/system.cpp:491–494 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
489
}
490
491
bool ArgsManager::IsArgSet(const std::string& strArg) const
492
{
493
return !GetSetting(strArg).isNull();
494
}
495
496
bool ArgsManager::InitSettings(std::string& error)
497
{
Callers
15
HTTPBindAddresses
Function · 0.80
AppInitRawTx
Function · 0.80
InitRPCAuthentication
Function · 0.80
auth_cb
Method · 0.80
AppInitRPC
Function · 0.80
ParseGetInfoResult
Function · 0.80
GetNewAddress
Function · 0.80
CommandLineRPC
Function · 0.80
AppInitUtil
Function · 0.80
InitParameterInteraction
Function · 0.80
AppInitParameterInteraction
Function · 0.80
AppInitMain
Function · 0.80
Calls
2
GetSetting
Function · 0.85
isNull
Method · 0.45
Tested by
3
BOOST_AUTO_TEST_CASE
Function · 0.64
BOOST_FIXTURE_TEST_CASE
Function · 0.64
FUZZ_TARGET_INIT
Function · 0.64