MCPcopy Create free account
hub / github.com/assaultcube/AC / listfavcats

Function listfavcats

source/src/serverbrowser.cpp:801–806  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

799}
800
801void listfavcats()
802{
803 const char *str = conc((const char **)favcats.getbuf(), favcats.length(), true);
804 result(str);
805 delete [] str;
806}
807
808bool favcatcheckkey(serverinfo &si, const char *key)
809{ // IP:port, #gamemode ,%mapname, desc

Callers

nothing calls this directly

Calls 4

concFunction · 0.85
resultFunction · 0.85
getbufMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected