| 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]; } |
nothing calls this directly
no outgoing calls
no test coverage detected