MCPcopy Create free account
hub / github.com/cppla/ServerStatus / IsFull

Method IsFull

server/src/netban.h:115–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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; }
118 CBan<CDataType> *First(const CNetHash *pNetHash) const { return m_paaHashList[pNetHash->m_HashIndex][pNetHash->m_Hash]; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected