Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
198
void CServer::Shutdown()
199
{
200
if(!m_Ready)
201
return;
202
203
m_Network.Close();
204
}
Callers
nothing calls this directly
Calls
1
Close
Method · 0.80
Tested by
no test coverage detected