Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ clear
Method
clear
source/src/serverfiles.h:878–882 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
876
}
877
878
void clear()
879
{
880
configsets.shrink(0);
881
loopi(GMODE_NUM) base[i].empty();
882
}
883
884
bool load()
885
{
Callers
nothing calls this directly
Calls
3
shrink
Method · 0.80
loopi
Function · 0.70
empty
Method · 0.45
Tested by
no test coverage detected