Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppla/ServerStatus
/ Num
Method
Num
server/src/netban.h:114–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
void Reset();
113
114
int Num() const { return m_CountUsed; }
115
bool IsFull() const { return m_CountUsed == MAX_BANS; }
116
117
CBan<CDataType> *First() const { return m_pFirstUsed; }
Callers
1
UnbanByIndex
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected