MCPcopy 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

UnbanByIndexMethod · 0.45
ConBansMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected