Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ IsArgSet
Method
IsArgSet
src/common/args.cpp:433–436 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
431
}
432
433
bool ArgsManager::IsArgSet(const std::string& strArg) const
434
{
435
return !GetSetting(strArg).isNull();
436
}
437
438
bool ArgsManager::GetSettingsPath(fs::path* filepath, bool temp, bool backup) const
439
{
Callers
15
UseMultiprocess
Function · 0.80
CallIPC
Function · 0.80
AppInitParameterInteraction
Function · 0.80
InitAndLoadChainstate
Function · 0.80
AppInitMain
Function · 0.80
StartLogging
Function · 0.80
ExecuteWalletToolFunc
Function · 0.80
GetWalletDir
Function · 0.80
VerifyWallets
Function · 0.80
BOOST_AUTO_TEST_CASE
Function · 0.80
BOOST_FIXTURE_TEST_CASE
Function · 0.80
system.cpp
File · 0.80
Calls
2
GetSetting
Function · 0.85
isNull
Method · 0.80
Tested by
5
BOOST_AUTO_TEST_CASE
Function · 0.64
BOOST_FIXTURE_TEST_CASE
Function · 0.64
BasicTestingSetup
Method · 0.64
LoadVerifyActivateChainstate
Method · 0.64
parametersInteraction
Method · 0.64