Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
430
void CNetBan::UnbanAll()
431
{
432
m_BanAddrPool.Reset();
433
m_BanRangePool.Reset();
434
}
435
436
bool CNetBan::IsBanned(const NETADDR *pAddr, char *pBuf, unsigned BufferSize) const
437
{
Callers
1
Run
Method · 0.80
Calls
1
Reset
Method · 0.45
Tested by
no test coverage detected