Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ clientIds
Method
clientIds
source/game/StarWorldServer.cpp:311–313 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
309
}
310
311
List<ConnectionId> WorldServer::clientIds() const {
312
return m_clientInfo.keys();
313
}
314
315
bool WorldServer::hasClient(ConnectionId clientId) const {
316
return m_clientInfo.contains(clientId);
Callers
5
clientWindows
Method · 0.45
~WorldServerThread
Method · 0.45
erroredClients
Method · 0.45
update
Method · 0.45
list
Method · 0.45
Calls
1
keys
Method · 0.45
Tested by
no test coverage detected