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

Method clientNick

source/game/StarUniverseServer.cpp:212–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212String UniverseServer::clientNick(ConnectionId clientId) const {
213 return m_chatProcessor->connectionNick(clientId);
214}
215
216Maybe<ConnectionId> UniverseServer::findNick(String const& nick) const {
217 return m_chatProcessor->findNick(nick);

Callers 7

adminMethod · 0.45
pvpMethod · 0.45
whoamiMethod · 0.45
kickMethod · 0.45
banMethod · 0.45
listMethod · 0.45
buildPlayerResponseMethod · 0.45

Calls 1

connectionNickMethod · 0.80

Tested by

no test coverage detected