MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / GetArg

Method GetArg

src/options.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 return mapMultiArgs[arg];
18 }
19 virtual int64_t GetArg(const std::string& strArg, int64_t nDefault) {
20 return ::GetArg(strArg, nDefault);
21 }
22};
23
24Opt::Opt() {

Callers 7

ScriptCheckThreadsMethod · 0.45
CheckpointDaysMethod · 0.45
MaxBlockSizeVoteMethod · 0.45
UAHFTimeMethod · 0.45
UAHFProtectSunsetMethod · 0.45
AvoidFullBlocksMethod · 0.45
ThinBlocksMaxParallelMethod · 0.45

Calls 1

GetArgFunction · 0.85

Tested by

no test coverage detected