Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WaykiChain/WaykiChain
/ IsArgCount
Method
IsArgCount
src/config/chainparams.cpp:245–250 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
243
}
244
245
bool CBaseParams::IsArgCount(const string& strArg) {
246
if (m_mapArgs.count(strArg))
247
return true;
248
249
return false;
250
}
251
252
CBaseParams& SysCfg() {
253
static shared_ptr<CBaseParams> pParams;
Callers
9
AppInit
Function · 0.80
AppInitRPC
Function · 0.80
AppInit
Function · 0.80
InitLogging
Function · 0.80
ThreadOpenConnections
Function · 0.80
UNLOCK_FUNCTION
Method · 0.80
AppInit
Function · 0.80
HTTPBindAddresses
Function · 0.80
InitRPCAuthentication
Function · 0.80
Calls
1
count
Method · 0.45
Tested by
1
AppInit
Function · 0.64