Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ GetBoolArg
Method
GetBoolArg
src/common/args.cpp:573–576 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
571
}
572
573
bool ArgsManager::GetBoolArg(const std::string& strArg, bool fDefault) const
574
{
575
return GetBoolArg(strArg).value_or(fDefault);
576
}
577
578
std::optional<bool> ArgsManager::GetBoolArg(const std::string& strArg) const
579
{
Callers
15
AppInitRawTx
Function · 0.80
OutputTx
Function · 0.80
InitRPCAuthentication
Function · 0.80
AppInitRPC
Function · 0.80
PrepareRequest
Method · 0.80
ConnectAndCallRPC
Function · 0.80
CommandLineRPC
Function · 0.80
AppInitUtil
Function · 0.80
AppInitServers
Function · 0.80
InitParameterInteraction
Function · 0.80
AppInitParameterInteraction
Function · 0.80
AppInitMain
Function · 0.80
Calls
3
GetSetting
Function · 0.85
SettingToBool
Function · 0.85
value_or
Method · 0.45
Tested by
7
CheckValue
Method · 0.64
TestParse
Function · 0.64
BOOST_AUTO_TEST_CASE
Function · 0.64
BOOST_AUTO_TEST_CASE
Function · 0.64
ChainTestingSetup
Method · 0.64
LoadVerifyActivateChainstate
Method · 0.64
parametersInteraction
Method · 0.64