MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / GetRPCPort

Method GetRPCPort

src/config/configuration.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113uint32_t G_CONFIG_TABLE::GetRPCPort(const NET_TYPE type) const {
114 assert(type >=0 && type < 2);
115 return nRPCPort[type];
116}
117
118uint32_t G_CONFIG_TABLE::GetStartTimeInit(const NET_TYPE type) const {
119 assert(type >= 0 && type < 3);

Callers 2

CMainParamsMethod · 0.80
CTestNetParamsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected