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

Method HasErrored

src/engine/shared/network_server.cpp:736–739  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

734}
735
736bool CNetServer::HasErrored(int ClientId)
737{
738 return m_aSlots[ClientId].m_Connection.State() == CNetConnection::EState::ERROR;
739}
740
741void CNetServer::ResumeOldConnection(int ClientId, int OrigId)
742{

Callers 1

SetTimedOutMethod · 0.80

Calls 1

StateMethod · 0.45

Tested by

no test coverage detected