Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
736
bool CNetServer::HasErrored(int ClientId)
737
{
738
return m_aSlots[ClientId].m_Connection.State() == CNetConnection::EState::ERROR;
739
}
740
741
void CNetServer::ResumeOldConnection(int ClientId, int OrigId)
742
{
Callers
1
SetTimedOut
Method · 0.80
Calls
1
State
Method · 0.45
Tested by
no test coverage detected