Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ Num
Method
Num
src/engine/shared/netban.h:118–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
void Reset();
117
118
int Num() const { return m_CountUsed; }
119
bool IsFull() const { return m_CountUsed == MAX_BANS; }
120
121
CBan<CDataType> *First() const { return m_pFirstUsed; }
Callers
2
UnbanByIndex
Method · 0.45
ConBans
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected