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

Method UnbanAll

server/src/netban.cpp:430–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428}
429
430void CNetBan::UnbanAll()
431{
432 m_BanAddrPool.Reset();
433 m_BanRangePool.Reset();
434}
435
436bool CNetBan::IsBanned(const NETADDR *pAddr, char *pBuf, unsigned BufferSize) const
437{

Callers 1

RunMethod · 0.80

Calls 1

ResetMethod · 0.45

Tested by

no test coverage detected