MCPcopy 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
311List<ConnectionId> WorldServer::clientIds() const {
312 return m_clientInfo.keys();
313}
314
315bool WorldServer::hasClient(ConnectionId clientId) const {
316 return m_clientInfo.contains(clientId);

Callers 5

clientWindowsMethod · 0.45
~WorldServerThreadMethod · 0.45
erroredClientsMethod · 0.45
updateMethod · 0.45
listMethod · 0.45

Calls 1

keysMethod · 0.45

Tested by

no test coverage detected