MCPcopy 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
245bool CBaseParams::IsArgCount(const string& strArg) {
246 if (m_mapArgs.count(strArg))
247 return true;
248
249 return false;
250}
251
252CBaseParams& SysCfg() {
253 static shared_ptr<CBaseParams> pParams;

Callers 9

AppInitFunction · 0.80
AppInitRPCFunction · 0.80
AppInitFunction · 0.80
InitLoggingFunction · 0.80
ThreadOpenConnectionsFunction · 0.80
UNLOCK_FUNCTIONMethod · 0.80
AppInitFunction · 0.80
HTTPBindAddressesFunction · 0.80
InitRPCAuthenticationFunction · 0.80

Calls 1

countMethod · 0.45

Tested by 1

AppInitFunction · 0.64