Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ Shutdown
Method
Shutdown
src/engine/shared/econ.cpp:174–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
172
}
173
174
void CEcon::Shutdown()
175
{
176
if(!m_Ready)
177
return;
178
179
m_NetConsole.Close();
180
}
Callers
nothing calls this directly
Calls
1
Close
Method · 0.45
Tested by
no test coverage detected