MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / GetNumClients

Method GetNumClients

NetworkServer.cpp:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136unsigned int NetworkServer::GetNumClients()
137{
138 return ServerClients.size();
139}
140
141const char * NetworkServer::GetClientString(unsigned int client_num)
142{

Callers 1

UpdateInfoMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected