MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / noClients

Method noClients

source/game/StarWorldServerThread.cpp:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123bool WorldServerThread::noClients() const {
124 RecursiveMutexLocker locker(m_mutex);
125 return m_clients.empty();
126}
127
128
129List<ConnectionId> WorldServerThread::erroredClients() const {

Callers 1

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected