Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ checkgban
Function
checkgban
source/src/server.cpp:2481–2485 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2479
}
2480
2481
bool checkgban(uint ip)
2482
{
2483
loopv(gbans) if((ip & gbans[i].mask) == gbans[i].ip) return true;
2484
return false;
2485
}
2486
2487
void addgban(const char *name)
2488
{
Callers
2
loopvrev
Function · 0.85
getbantype
Function · 0.85
Calls
1
loopv
Function · 0.70
Tested by
no test coverage detected