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

Method Network

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

Source from the content-addressed store, hash-verified

39 void Shutdown();
40
41 CNetwork *Network() { return &m_Network; }
42 CNetBan *NetBan() { return &m_NetBan; }
43 CMain *Main() { return m_pMain; }
44};

Callers 4

OnNewClientMethod · 0.80
HandleMessageMethod · 0.80
ReadConfigMethod · 0.80
RunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected