MCPcopy 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_INITFunction · 0.80
BasicTestingSetupMethod · 0.80
~BasicTestingSetupMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by 3

FUZZ_TARGET_INITFunction · 0.64
BasicTestingSetupMethod · 0.64
~BasicTestingSetupMethod · 0.64