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

Method Shutdown

server/src/server.cpp:198–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198void CServer::Shutdown()
199{
200 if(!m_Ready)
201 return;
202
203 m_Network.Close();
204}

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.80

Tested by

no test coverage detected