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

Method clients

source/game/StarChatProcessor.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51List<ConnectionId> ChatProcessor::clients() const {
52 RecursiveMutexLocker locker(m_mutex);
53 return m_clients.keys();
54}
55
56bool ChatProcessor::hasClient(ConnectionId clientId) const {
57 RecursiveMutexLocker locker(m_mutex);

Callers 5

flyShipsMethod · 0.45
arriveShipsMethod · 0.45
worldUpdatedMethod · 0.45
systemWorldUpdatedMethod · 0.45

Calls 1

keysMethod · 0.45

Tested by

no test coverage detected