Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
136
unsigned int NetworkServer::GetNumClients()
137
{
138
return ServerClients.size();
139
}
140
141
const char * NetworkServer::GetClientString(unsigned int client_num)
142
{
Callers
1
UpdateInfo
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected