Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ ClearArgs
Method
ClearArgs
src/util/system.h:406–410 ·
view source on GitHub ↗
* Clear available arguments */
Source
from the content-addressed store, hash-verified
404
* Clear available arguments
405
*/
406
void ClearArgs() {
407
LOCK(cs_args);
408
m_available_args.clear();
409
m_network_only_args.clear();
410
}
411
412
/**
413
* Get the help string
Callers
3
FUZZ_TARGET_INIT
Function · 0.80
BasicTestingSetup
Method · 0.80
~BasicTestingSetup
Method · 0.80
Calls
1
clear
Method · 0.45
Tested by
3
FUZZ_TARGET_INIT
Function · 0.64
BasicTestingSetup
Method · 0.64
~BasicTestingSetup
Method · 0.64