MCPcopy 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

shrinkMethod · 0.80
loopiFunction · 0.70
emptyMethod · 0.45

Tested by

no test coverage detected