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

Method clientId

source/game/StarServerClientContext.cpp:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70ConnectionId ServerClientContext::clientId() const {
71 return m_clientId;
72}
73
74Maybe<HostAddress> const& ServerClientContext::remoteAddress() const {
75 return m_remoteAddress;

Callers 4

updateTeamsMethod · 0.80
getClientForUuidMethod · 0.80
shipWorldPromiseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected