Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ IsArgNegated
Method
IsArgNegated
src/util/system.cpp:580–583 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
578
}
579
580
bool ArgsManager::IsArgNegated(const std::string& strArg) const
581
{
582
return GetSetting(strArg).isFalse();
583
}
584
585
std::string ArgsManager::GetArg(const std::string& strArg, const std::string& strDefault) const
586
{
Callers
5
AppInitParameterInteraction
Function · 0.80
SetLoggingOptions
Function · 0.80
BOOST_AUTO_TEST_CASE
Function · 0.80
BOOST_FIXTURE_TEST_CASE
Function · 0.80
FUZZ_TARGET_INIT
Function · 0.80
Calls
2
GetSetting
Function · 0.85
isFalse
Method · 0.80
Tested by
3
BOOST_AUTO_TEST_CASE
Function · 0.64
BOOST_FIXTURE_TEST_CASE
Function · 0.64
FUZZ_TARGET_INIT
Function · 0.64