MCPcopy Create free account
hub / github.com/cppla/ServerStatus / NetBan

Method NetBan

server/src/network.h:84–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 const NETADDR *ClientAddr(int ClientID) const { return m_aSlots[ClientID].m_Connection.PeerAddress(); }
83 const NETSOCKET *Socket() const { return &m_Socket; }
84 class CNetBan *NetBan() const { return m_pNetBan; }
85};
86
87#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected