Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ IsArgNegated
Method
IsArgNegated
src/common/args.cpp:514–517 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
512
}
513
514
bool ArgsManager::IsArgNegated(const std::string& strArg) const
515
{
516
return GetSetting(strArg).isFalse();
517
}
518
519
std::string ArgsManager::GetArg(const std::string& strArg, const std::string& strDefault) const
520
{
Callers
10
RpcWalletName
Function · 0.80
CallIPC
Function · 0.80
CreatePidFile
Function · 0.80
InitParameterInteraction
Function · 0.80
AppInitMain
Function · 0.80
SetLoggingOptions
Function · 0.80
StartLogging
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
isFalse
Method · 0.80
Tested by
2
BOOST_AUTO_TEST_CASE
Function · 0.64
BOOST_FIXTURE_TEST_CASE
Function · 0.64