| 225 | } |
| 226 | |
| 227 | Maybe<ConnectionId> UniverseServer::clientForUuid(Uuid const& uuid) const { |
| 228 | ReadLocker clientsLocker(m_clientsLock); |
| 229 | return getClientForUuid(uuid); |
| 230 | } |
| 231 | |
| 232 | void UniverseServer::adminBroadcast(String const& text) { |
| 233 | m_chatProcessor->adminBroadcast(text); |
no outgoing calls
no test coverage detected