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