Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
Opt::Opt() {
Callers
7
ScriptCheckThreads
Method · 0.45
CheckpointDays
Method · 0.45
MaxBlockSizeVote
Method · 0.45
UAHFTime
Method · 0.45
UAHFProtectSunset
Method · 0.45
AvoidFullBlocks
Method · 0.45
ThinBlocksMaxParallel
Method · 0.45
Calls
1
GetArg
Function · 0.85
Tested by
no test coverage detected