MCPcopy Create free account
hub / github.com/ddnet/ddnet / SetErrorShutdown

Method SetErrorShutdown

src/engine/server/server.cpp:4627–4630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4625}
4626
4627void CServer::SetErrorShutdown(const char *pReason)
4628{
4629 str_copy(m_aErrorShutdownReason, pReason);
4630}
4631
4632void CServer::SetLoggers(std::shared_ptr<ILogger> &&pFileLogger, std::shared_ptr<ILogger> &&pStdoutLogger)
4633{

Callers 4

OnTickMethod · 0.80
OnInitMethod · 0.80
OnShutdownMethod · 0.80
CScoreMethod · 0.80

Calls 1

str_copyFunction · 0.50

Tested by

no test coverage detected